Mercurial > emacs
changeset 18637:62cf644c438b
(menu-bar-files-menu): Use make-frame-command
as in C-x 5 2, rather than make-frame.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 05 Jul 1997 21:33:06 +0000 |
parents | b3f3cd32fa70 |
children | ac27714a02cf |
files | lisp/menu-bar.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/menu-bar.el Sat Jul 05 19:58:21 1997 +0000 +++ b/lisp/menu-bar.el Sat Jul 05 21:33:06 1997 +0000 @@ -130,7 +130,7 @@ (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] '("--"))