emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/keyboard.c,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c,v
Date: Fri, 16 May 2008 04:55:59 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/05/16 04:55:58

Index: keyboard.c
===================================================================
RCS file: /sources/emacs/emacs/src/keyboard.c,v
retrieving revision 1.957
retrieving revision 1.958
diff -u -b -r1.957 -r1.958
--- keyboard.c  16 May 2008 04:28:27 -0000      1.957
+++ keyboard.c  16 May 2008 04:55:56 -0000      1.958
@@ -7990,8 +7990,9 @@
          of equivalent key bindings is sufficiently fast that we
          do not need to cache it here any more. */
       /* CHECK_IMPURE (start);
-         XSETCDR (start, Fcons (Fcons (Qnil, Qnil), XCDR (start))); */
-      cachelist = XCAR (XCDR (start));
+         XSETCDR (start, Fcons (Fcons (Qnil, Qnil), XCDR (start)));
+        cachelist = XCAR (XCDR (start));  */
+      cachelist = Fcons (Qnil, Qnil);
       newcache = 1;
       tem = AREF (item_properties, ITEM_PROPERTY_KEYEQ);
       if (!NILP (keyhint))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]