summaryrefslogtreecommitdiff
path: root/lisp/menu-bar.el
diff options
context:
space:
mode:
authorPer Abrahamsen <abraham@dina.kvl.dk>2002-02-19 10:30:30 +0000
committerPer Abrahamsen <abraham@dina.kvl.dk>2002-02-19 10:30:30 +0000
commit9b2d1d408c023cc436b5cf251e9c814376f4c200 (patch)
tree40f016eb05645b0312e73072e502e2a6ddc1aa6c /lisp/menu-bar.el
parente5389a0be5494823ef49af2e6109f5411df56762 (diff)
downloademacs-9b2d1d408c023cc436b5cf251e9c814376f4c200.tar.gz
2002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
* facemenu.el (describe-text-mode-map): Removed bootstrap kludge. * toolbar/tool-bar.el (tool-bar-mode): Made the standard value t. * menu-bar.el (menu-bar-mode): Ditto.
Diffstat (limited to 'lisp/menu-bar.el')
-rw-r--r--lisp/menu-bar.el8
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