]> git.eshelyaron.com Git - emacs.git/commitdiff
(parse_menu_item): Fix last change.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 16 May 2008 04:55:56 +0000 (04:55 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 16 May 2008 04:55:56 +0000 (04:55 +0000)
src/keyboard.c

index 5a8b0d1c0cfdb2610e0a8f6f433316061bbeba2d..45f3d2f6194d7a308b51704142be4080456bff50 100644 (file)
@@ -7990,8 +7990,9 @@ parse_menu_item (item, notreal, inmenubar)
          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))