msb.el fix for bug #7902.
* lisp/msb.el (msb-menu-bar-update-buffers): Update for changed argument handling of menu-bar-select-frame.
This commit is contained in:
parent
af7c5700ca
commit
220c2a1484
2 changed files with 8 additions and 2 deletions
|
@ -1,9 +1,14 @@
|
|||
2011-01-27 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* msb.el (msb-menu-bar-update-buffers): Update for changed
|
||||
argument handling of menu-bar-select-frame. (Bug#7902)
|
||||
|
||||
2011-01-27 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* progmodes/cc-engine.el (c-forward-<>-arglist-recur): Set a limit
|
||||
to the recursion depth (Bug#7722).
|
||||
|
||||
2011-01-26 Roy Liu <carsomyr@gmail.com> (tiny change)
|
||||
2011-01-26 Roy Liu <carsomyr@gmail.com> (tiny change)
|
||||
|
||||
* term/ns-win.el (ns-find-file): Expand ns-input-file with
|
||||
command-line-default-directory (Bug#7872).
|
||||
|
|
|
@ -1112,7 +1112,8 @@ variable `msb-menu-cond'."
|
|||
(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)
|
||||
|
|
Loading…
Add table
Reference in a new issue