From d2f00838a139465c7d0d49fe83eee36902943f13 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Wed, 2 Aug 2006 22:37:17 +0000 Subject: [PATCH] (edmacro-fix-menu-commands): Ignore switch-frame. --- lisp/edmacro.el | 1 + 1 file changed, 1 insertion(+) 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)) -- 2.39.2