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
d2f00838
Commit
d2f00838
authored
Aug 02, 2006
by
Kim F. Storm
Browse files
(edmacro-fix-menu-commands): Ignore switch-frame.
parent
97cd4340
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/edmacro.el
lisp/edmacro.el
+1
-0
No files found.
lisp/edmacro.el
View file @
d2f00838
...
...
@@ -670,6 +670,7 @@ This function assumes that the events can be stored in a string."
(
cond
((
atom
ev
)
(
push
ev
result
))
((
eq
(
car
ev
)
'help-echo
))
((
eq
(
car
ev
)
'switch-frame
))
((
equal
ev
'
(
menu-bar
))
(
push
'menu-bar
result
))
((
equal
(
cadadr
ev
)
'
(
menu-bar
))
...
...
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