changeset 66494:b9971215f644

(tool-bar-mode): Delete autoload cookie.
author Richard M. Stallman <rms@gnu.org>
date Fri, 28 Oct 2005 16:22:08 +0000
parents 67bd44c70980
children 9bc148ee2fda
files lisp/tool-bar.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/tool-bar.el	Fri Oct 28 16:20:12 2005 +0000
+++ b/lisp/tool-bar.el	Fri Oct 28 16:22:08 2005 +0000
@@ -41,7 +41,9 @@
 
 ;;; Code:
 
-;;;###autoload
+;; The autoload cookie doesn't work when preloading.
+;; Deleting it means invoking this command won't work
+;; when you are on a tty.  I hope that won't cause too much trouble -- rms.
 (define-minor-mode tool-bar-mode
   "Toggle use of the tool bar.
 With numeric ARG, display the tool bar if and only if ARG is positive.