diff options
| author | Stefan Monnier | 2008-05-16 04:55:56 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-05-16 04:55:56 +0000 |
| commit | a58041570c73483f0281893e15b8f52394d6484a (patch) | |
| tree | 6b80d1fb1d03dabe3d3609aec858906369451baf /src | |
| parent | 86b897138206f502e6f6a17568f85b6fab562a3f (diff) | |
| download | emacs-a58041570c73483f0281893e15b8f52394d6484a.tar.gz emacs-a58041570c73483f0281893e15b8f52394d6484a.zip | |
(parse_menu_item): Fix last change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 5 |
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)) |