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
ef586bbd
Commit
ef586bbd
authored
Dec 31, 1993
by
Richard M. Stallman
Browse files
(Fsubstitute_command_keys): Fix previous change.
parent
68e5a8a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
src/doc.c
src/doc.c
+6
-3
No files found.
src/doc.c
View file @
ef586bbd
...
...
@@ -430,9 +430,12 @@ thus, \\=\\=\\=\\= puts \\=\\= into the output, and \\=\\=\\=\\[ puts \\=\\[ int
/* Disregard menu bar bindings; it is positively annoying to
mention them when there's no menu bar, and it isn't terribly
useful even when there is a menu bar. */
firstkey
=
Faref
(
tem
,
make_number
(
0
));
if
(
EQ
(
firstkey
,
Qmenu_bar
))
tem
=
Qnil
;
if
(
!
NILP
(
tem
))
{
firstkey
=
Faref
(
tem
,
make_number
(
0
));
if
(
EQ
(
firstkey
,
Qmenu_bar
))
tem
=
Qnil
;
}
if
(
NILP
(
tem
))
/* but not on any keys */
{
...
...
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