mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-12 02:40:34 -08:00
(menu-bar-update-buffers, menu-bar-update-buffers): Don't quote lambda.
This commit is contained in:
parent
d6373ed514
commit
f2116cf90d
1 changed files with 2 additions and 2 deletions
|
|
@ -1017,7 +1017,7 @@ key (or menu-item)"))
|
|||
"List All Buffers"))
|
||||
;; Now make the actual list of items,
|
||||
;; ending with the list-buffers item.
|
||||
(nconc (mapcar '(lambda (pair)
|
||||
(nconc (mapcar (lambda (pair)
|
||||
;; This is somewhat risque, to use
|
||||
;; the buffer name itself as the event
|
||||
;; type to define, but it works.
|
||||
|
|
@ -1040,7 +1040,7 @@ key (or menu-item)"))
|
|||
(frames-menu
|
||||
(cons 'keymap
|
||||
(cons "Select Frame"
|
||||
(mapcar '(lambda (frame)
|
||||
(mapcar (lambda (frame)
|
||||
(nconc (list frame
|
||||
(cdr (assq 'name
|
||||
(frame-parameters frame)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue