emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/edmacro.el,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/edmacro.el,v
Date: Wed, 02 Aug 2006 22:37:17 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/08/02 22:37:17

Index: edmacro.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/edmacro.el,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -b -r1.38 -r1.39
--- edmacro.el  6 Feb 2006 14:33:33 -0000       1.38
+++ edmacro.el  2 Aug 2006 22:37:17 -0000       1.39
@@ -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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]