aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/toolbar
diff options
context:
space:
mode:
authorPer Abrahamsen <[email protected]>2002-02-19 10:30:30 +0000
committerPer Abrahamsen <[email protected]>2002-02-19 10:30:30 +0000
commit9b2d1d408c023cc436b5cf251e9c814376f4c200 (patch)
tree40f016eb05645b0312e73072e502e2a6ddc1aa6c /lisp/toolbar
parente5389a0be5494823ef49af2e6109f5411df56762 (diff)
2002-02-19 Per Abrahamsen <[email protected]>
* 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/toolbar')
-rw-r--r--lisp/toolbar/tool-bar.el7
1 files changed, 1 insertions, 6 deletions
diff --git a/lisp/toolbar/tool-bar.el b/lisp/toolbar/tool-bar.el
index 3d2ded136f..5f563be810 100644
--- a/lisp/toolbar/tool-bar.el
+++ b/lisp/toolbar/tool-bar.el
@@ -47,6 +47,7 @@ With numeric ARG, display the tool bar if and only if ARG is positive.
See `tool-bar-add-item' and `tool-bar-add-item-from-menu' for
conveniently adding tool bar items."
+ :init-value t
:global t
:group 'mouse
:group 'frames
@@ -67,12 +68,6 @@ conveniently adding tool bar items."
(= 1 (length (default-value 'tool-bar-map)))) ; not yet setup
(tool-bar-setup))))
-;;; `tool-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 <[email protected]> 2002-02-11.
-(put 'tool-bar-mode 'standard-value nil)
-
(defvar tool-bar-map (make-sparse-keymap)
"Keymap for the tool bar.
Define this locally to override the global tool bar.")