projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ea9dec
)
(menu-bar-files-menu): Use make-frame-command
author
Richard M. Stallman
<rms@gnu.org>
Sat, 5 Jul 1997 21:33:06 +0000
(21:33 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 5 Jul 1997 21:33:06 +0000
(21:33 +0000)
as in C-x 5 2, rather than make-frame.
lisp/menu-bar.el
patch
|
blob
|
history
diff --git
a/lisp/menu-bar.el
b/lisp/menu-bar.el
index e23805717fc0ee73831509786b1232be270f4d3d..2fba26fbbc905e6732cf36f0d84df3fbdba85062 100644
(file)
--- a/
lisp/menu-bar.el
+++ b/
lisp/menu-bar.el
@@
-130,7
+130,7
@@
A large number or nil slows down menu responsiveness."
(define-key menu-bar-files-menu [make-frame-on-display]
'("Open New Display..." . make-frame-on-display))
(define-key menu-bar-files-menu [make-frame]
- '("Make New Frame" . make-frame))))
+ '("Make New Frame" . make-frame
-command
))))
(define-key menu-bar-files-menu [separator-buffers]
'("--"))