]> git.eshelyaron.com Git - emacs.git/commitdiff
(edmacro-fix-menu-commands): Ignore switch-frame.
authorKim F. Storm <storm@cua.dk>
Wed, 2 Aug 2006 22:37:17 +0000 (22:37 +0000)
committerKim F. Storm <storm@cua.dk>
Wed, 2 Aug 2006 22:37:17 +0000 (22:37 +0000)
lisp/edmacro.el

index 0998697dc2a502a4efc576afe548f11b74396e40..0fecaf2f5d4bf624ab0b8fbd90a6b526fb7f22d3 100644 (file)
@@ -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))