Mercurial > emacs
changeset 7239:385ac6718f28
(menu-bar-update-buffers): Fix misspelled variable.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sun, 01 May 1994 01:56:10 +0000 |
parents | c9598edda1a2 |
children | 195e64dad1eb |
files | lisp/menu-bar.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/menu-bar.el Sat Apr 30 23:28:10 1994 +0000 +++ b/lisp/menu-bar.el Sun May 01 01:56:10 1994 +0000 @@ -334,8 +334,9 @@ "List All Buffers") 'list-buffers))))))) + ;; Make a Frames menu if we have more than one frame. - (if (cdr frame) + (if (cdr frames) (setq frames-menu (cons "Select Frame" (mapcar '(lambda (frame) @@ -344,7 +345,7 @@ (frame-parameters frame))) (cons nil nil)) 'menu-bar-select-frame)) - frame)))) + frames)))) (if buffers-menu (setq buffers-menu (cons 'keymap buffers-menu))) (if frames-menu