Mercurial > emacs
changeset 72246:c3cdfa41017b
(edmacro-fix-menu-commands): Ignore switch-frame.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 02 Aug 2006 22:37:17 +0000 |
parents | c7ffe828b066 |
children | 2d16125405b4 |
files | lisp/edmacro.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/edmacro.el Wed Aug 02 22:37:08 2006 +0000 +++ b/lisp/edmacro.el Wed Aug 02 22:37:17 2006 +0000 @@ -670,6 +670,7 @@ (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))