diff options
Diffstat (limited to 'lisp/edmacro.el')
| -rw-r--r-- | lisp/edmacro.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/edmacro.el b/lisp/edmacro.el index 86bf29f0381..3b562bbdbdf 100644 --- a/lisp/edmacro.el +++ b/lisp/edmacro.el | |||
| @@ -670,6 +670,7 @@ This function assumes that the events can be stored in a string." | |||
| 670 | (cond ((atom ev) | 670 | (cond ((atom ev) |
| 671 | (push ev result)) | 671 | (push ev result)) |
| 672 | ((eq (car ev) 'help-echo)) | 672 | ((eq (car ev) 'help-echo)) |
| 673 | ((eq (car ev) 'switch-frame)) | ||
| 673 | ((equal ev '(menu-bar)) | 674 | ((equal ev '(menu-bar)) |
| 674 | (push 'menu-bar result)) | 675 | (push 'menu-bar result)) |
| 675 | ((equal (cadadr ev) '(menu-bar)) | 676 | ((equal (cadadr ev) '(menu-bar)) |