emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100420: msb.el fix for bug #7902.


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100420: msb.el fix for bug #7902.
Date: Wed, 26 Jan 2011 23:48:23 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100420
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Wed 2011-01-26 23:48:23 -0800
message:
  msb.el fix for bug #7902.
  
  * lisp/msb.el (msb-menu-bar-update-buffers): Update for changed
  argument handling of menu-bar-select-frame.
modified:
  lisp/ChangeLog
  lisp/msb.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-01-27 00:51:41 +0000
+++ b/lisp/ChangeLog    2011-01-27 07:48:23 +0000
@@ -1,9 +1,14 @@
+2011-01-27  Glenn Morris  <address@hidden>
+
+       * msb.el (msb-menu-bar-update-buffers): Update for changed
+       argument handling of menu-bar-select-frame.  (Bug#7902)
+
 2011-01-27  Chong Yidong  <address@hidden>
 
        * progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
        to the recursion depth (Bug#7722).
 
-2011-01-26  Roy Liu <address@hidden> (tiny change)
+2011-01-26  Roy Liu  <address@hidden>  (tiny change)
 
        * term/ns-win.el (ns-find-file): Expand ns-input-file with
        command-line-default-directory (Bug#7872).

=== modified file 'lisp/msb.el'
--- a/lisp/msb.el       2011-01-02 23:50:46 +0000
+++ b/lisp/msb.el       2011-01-27 07:48:23 +0000
@@ -1112,7 +1112,8 @@
                     (list (frame-parameter frame 'name)
                           (frame-parameter frame 'name)
                           (cons nil nil))
-                    'menu-bar-select-frame))
+                     `(lambda ()
+                        (interactive) (menu-bar-select-frame ,frame))))
                  frames)))))
       (setcdr global-buffers-menu-map
              (if (and buffers-menu frames-menu)


reply via email to

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