aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-10-28 16:22:08 +0000
committerRichard M. Stallman2005-10-28 16:22:08 +0000
commit646cb69e5a3d2ab57cce6987b35dd051cc803abf (patch)
tree111d049eb6f02c6d09c44f653a359b064b13d2e9
parent879bae91ca021a3546d227cb1c13a52e53a3bc58 (diff)
downloademacs-646cb69e5a3d2ab57cce6987b35dd051cc803abf.tar.gz
emacs-646cb69e5a3d2ab57cce6987b35dd051cc803abf.zip
(tool-bar-mode): Delete autoload cookie.
-rw-r--r--lisp/tool-bar.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/tool-bar.el b/lisp/tool-bar.el
index 984dac92b12..ea2bad9dcb2 100644
--- a/lisp/tool-bar.el
+++ b/lisp/tool-bar.el
@@ -41,7 +41,9 @@
41 41
42;;; Code: 42;;; Code:
43 43
44;;;###autoload 44;; The autoload cookie doesn't work when preloading.
45;; Deleting it means invoking this command won't work
46;; when you are on a tty. I hope that won't cause too much trouble -- rms.
45(define-minor-mode tool-bar-mode 47(define-minor-mode tool-bar-mode
46 "Toggle use of the tool bar. 48 "Toggle use of the tool bar.
47With numeric ARG, display the tool bar if and only if ARG is positive. 49With numeric ARG, display the tool bar if and only if ARG is positive.