aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2008-05-16 04:55:56 +0000
committerStefan Monnier2008-05-16 04:55:56 +0000
commita58041570c73483f0281893e15b8f52394d6484a (patch)
tree6b80d1fb1d03dabe3d3609aec858906369451baf /src
parent86b897138206f502e6f6a17568f85b6fab562a3f (diff)
downloademacs-a58041570c73483f0281893e15b8f52394d6484a.tar.gz
emacs-a58041570c73483f0281893e15b8f52394d6484a.zip
(parse_menu_item): Fix last change.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 5a8b0d1c0cf..45f3d2f6194 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -7990,8 +7990,9 @@ parse_menu_item (item, notreal, inmenubar)
7990 of equivalent key bindings is sufficiently fast that we 7990 of equivalent key bindings is sufficiently fast that we
7991 do not need to cache it here any more. */ 7991 do not need to cache it here any more. */
7992 /* CHECK_IMPURE (start); 7992 /* CHECK_IMPURE (start);
7993 XSETCDR (start, Fcons (Fcons (Qnil, Qnil), XCDR (start))); */ 7993 XSETCDR (start, Fcons (Fcons (Qnil, Qnil), XCDR (start)));
7994 cachelist = XCAR (XCDR (start)); 7994 cachelist = XCAR (XCDR (start)); */
7995 cachelist = Fcons (Qnil, Qnil);
7995 newcache = 1; 7996 newcache = 1;
7996 tem = AREF (item_properties, ITEM_PROPERTY_KEYEQ); 7997 tem = AREF (item_properties, ITEM_PROPERTY_KEYEQ);
7997 if (!NILP (keyhint)) 7998 if (!NILP (keyhint))