# HG changeset patch # User Richard M. Stallman # Date 1130516528 0 # Node ID b9971215f6442b3b3fc153543968a57ecd3fd7c5 # Parent 67bd44c709804907ac1f5b58bee256e7298e2ad7 (tool-bar-mode): Delete autoload cookie. diff -r 67bd44c70980 -r b9971215f644 lisp/tool-bar.el --- 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.