Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b25399ac
Commit
b25399ac
authored
Nov 08, 2009
by
Chong Yidong
Browse files
Delete trailing whitespace.
parent
424d6179
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
src/keyboard.c
src/keyboard.c
+3
-4
No files found.
src/keyboard.c
View file @
b25399ac
...
...
@@ -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];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment