# HG changeset patch # User Chong Yidong # Date 1257694952 0 # Node ID 7e842c6b6d18fc33839dd10b259f3c8ae94cb003 # Parent 414b8a7a333445ab091d7593d61ef60ef7ebab01 Delete trailing whitespace. diff -r 414b8a7a3334 -r 7e842c6b6d18 src/keyboard.c --- a/src/keyboard.c Sun Nov 08 15:06:50 2009 +0000 +++ b/src/keyboard.c Sun Nov 08 15:42:32 2009 +0000 @@ -8068,7 +8068,6 @@ 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 @@ && !(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 @@ /* 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];