]> git.eshelyaron.com Git - emacs.git/commitdiff
(tool-bar-mode): Delete autoload cookie.
authorRichard M. Stallman <rms@gnu.org>
Fri, 28 Oct 2005 16:22:08 +0000 (16:22 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 28 Oct 2005 16:22:08 +0000 (16:22 +0000)
lisp/tool-bar.el

index 984dac92b12441635e0cb4888fcc018eed44892b..ea2bad9dcb27f2d7b486dc7abf1b57089420321f 100644 (file)
@@ -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.