From: Kim F. Storm Date: Wed, 2 Aug 2006 22:37:17 +0000 (+0000) Subject: (edmacro-fix-menu-commands): Ignore switch-frame. X-Git-Tag: emacs-pretest-22.0.90~1133 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d2f00838a139465c7d0d49fe83eee36902943f13;p=emacs.git (edmacro-fix-menu-commands): Ignore switch-frame. --- diff --git a/lisp/edmacro.el b/lisp/edmacro.el index 0998697dc2a..0fecaf2f5d4 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." (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))