aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2009-11-08 15:42:32 +0000
committerChong Yidong2009-11-08 15:42:32 +0000
commitb25399ac468e5fffbaba27766baa27030f1f6118 (patch)
treed4951a6230d7f5d9620f3baf92be5ebaa7990f02 /src
parent424d6179b39bdd86bc94144e68962adaa5a1e702 (diff)
downloademacs-b25399ac468e5fffbaba27766baa27030f1f6118.tar.gz
emacs-b25399ac468e5fffbaba27766baa27030f1f6118.zip
Delete trailing whitespace.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c7
1 files changed, 3 insertions, 4 deletions
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)
8068 if (inmenubar > 0) 8068 if (inmenubar > 0)
8069 return 1; 8069 return 1;
8070 8070
8071
8072 /* If we only want to precompute equivalent key bindings (which we 8071 /* If we only want to precompute equivalent key bindings (which we
8073 don't even do any more anyway), stop here. */ 8072 don't even do any more anyway), stop here. */
8074 if (notreal) 8073 if (notreal)
@@ -8108,10 +8107,10 @@ parse_menu_item (item, notreal, inmenubar)
8108 && !(SYMBOLP (def) && EQ (tem, XSYMBOL (def)->function)))) 8107 && !(SYMBOLP (def) && EQ (tem, XSYMBOL (def)->function))))
8109 keys = Qnil; 8108 keys = Qnil;
8110 } 8109 }
8111 8110
8112 if (NILP (keys)) 8111 if (NILP (keys))
8113 keys = Fwhere_is_internal (def, Qnil, Qt, Qnil, Qnil); 8112 keys = Fwhere_is_internal (def, Qnil, Qt, Qnil, Qnil);
8114 8113
8115 if (!NILP (keys)) 8114 if (!NILP (keys))
8116 { 8115 {
8117 tem = Fkey_description (keys, Qnil); 8116 tem = Fkey_description (keys, Qnil);
@@ -8131,7 +8130,7 @@ parse_menu_item (item, notreal, inmenubar)
8131 8130
8132 /* If we have an equivalent key binding, use that. */ 8131 /* If we have an equivalent key binding, use that. */
8133 ASET (item_properties, ITEM_PROPERTY_KEYEQ, keyeq); 8132 ASET (item_properties, ITEM_PROPERTY_KEYEQ, keyeq);
8134 } 8133 }
8135 8134
8136 /* Include this when menu help is implemented. 8135 /* Include this when menu help is implemented.
8137 tem = XVECTOR (item_properties)->contents[ITEM_PROPERTY_HELP]; 8136 tem = XVECTOR (item_properties)->contents[ITEM_PROPERTY_HELP];