mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(msb-menu-bar-update-buffers): Fixed frame menu to use
the frame name as the car of a menu entry, rather than the frame.
This commit is contained in:
parent
0d1c958a2f
commit
10df505135
2 changed files with 11 additions and 3 deletions
|
|
@ -1,3 +1,12 @@
|
|||
2002-05-08 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* mail/smtpmail.el (netrc-machine, netrc-get): Add autoloads.
|
||||
|
||||
2002-05-08 Simon Marshall <simon@gnu.org>
|
||||
|
||||
* msb.el (msb-menu-bar-update-buffers): Fixed frame menu to use
|
||||
the frame name as the car of a menu entry, rather than the frame.
|
||||
|
||||
2002-05-08 Juanma Barranquero <lektu@terra.es>
|
||||
|
||||
* rfn-eshadow.el (read-file-name-electric-shadow-mode): Fix typos
|
||||
|
|
|
|||
|
|
@ -1114,9 +1114,8 @@ variable `msb-menu-cond'."
|
|||
(mapcar
|
||||
(lambda (frame)
|
||||
(nconc
|
||||
(list frame
|
||||
(cdr (assq 'name
|
||||
(frame-parameters frame)))
|
||||
(list (frame-parameter frame 'name)
|
||||
(frame-parameter frame 'name)
|
||||
(cons nil nil))
|
||||
'menu-bar-select-frame))
|
||||
frames)))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue