diff options
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r-- | lisp/menu-bar.el | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index e6814a4e76c..2e085759eab 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -1438,7 +1438,7 @@ key (or menu-item)")) (list 'menu-item "Enter" 'exit-minibuffer :help "Terminate input and exit minibuffer"))) -(defcustom menu-bar-mode nil +(defcustom menu-bar-mode t "Toggle display of a menu bar on each frame. Setting this variable directly does not take effect; use either \\[customize] or the function `menu-bar-mode'." @@ -1448,12 +1448,6 @@ use either \\[customize] or the function `menu-bar-mode'." :type 'boolean :group 'frames) -;;; `menu-bar-mode' doesn't really have a standard value, as it depend -;;; on where and how Emacs was started. By removing the standard -;;; value, we ensure that customize will always save it. -;; -- Per Abrahamsen <abraham@dina.kvl.dk> 2002-02-11. -(put 'menu-bar-mode 'standard-value nil) - (defun menu-bar-mode (&optional flag) "Toggle display of a menu bar on each frame. This command applies to all frames that exist and frames to be |