From: Chong Yidong Date: Sun, 8 Nov 2009 15:42:32 +0000 (+0000) Subject: Delete trailing whitespace. X-Git-Tag: emacs-pretest-23.1.90~520 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b25399ac468e5fffbaba27766baa27030f1f6118;p=emacs.git Delete trailing whitespace. --- diff --git a/src/keyboard.c b/src/keyboard.c index 0117dc346f3..9150d4b341b 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -8068,7 +8068,6 @@ parse_menu_item (item, notreal, inmenubar) if (inmenubar > 0) return 1; - /* If we only want to precompute equivalent key bindings (which we don't even do any more anyway), stop here. */ if (notreal) @@ -8108,10 +8107,10 @@ parse_menu_item (item, notreal, inmenubar) && !(SYMBOLP (def) && EQ (tem, XSYMBOL (def)->function)))) keys = Qnil; } - + if (NILP (keys)) keys = Fwhere_is_internal (def, Qnil, Qt, Qnil, Qnil); - + if (!NILP (keys)) { tem = Fkey_description (keys, Qnil); @@ -8131,7 +8130,7 @@ parse_menu_item (item, notreal, inmenubar) /* If we have an equivalent key binding, use that. */ ASET (item_properties, ITEM_PROPERTY_KEYEQ, keyeq); - } + } /* Include this when menu help is implemented. tem = XVECTOR (item_properties)->contents[ITEM_PROPERTY_HELP];