aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1997-07-05 21:33:06 +0000
committerRichard M. Stallman <[email protected]>1997-07-05 21:33:06 +0000
commitdbe82e018651d1ced23d3bf9158ce17c6c27c47e (patch)
tree40b1ea2901e85ee813ab476ad25aee621ea6961f /lisp
parent1ea9dec483263f005dc4c5f8686ba9ed6c2b3ed6 (diff)
(menu-bar-files-menu): Use make-frame-command
as in C-x 5 2, rather than make-frame.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/menu-bar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index e23805717f..2fba26fbbc 100644
--- 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]
'("--"))