From: Richard M. Stallman Date: Fri, 28 Oct 2005 16:22:08 +0000 (+0000) Subject: (tool-bar-mode): Delete autoload cookie. X-Git-Tag: emacs-pretest-22.0.90~6245 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=646cb69e5a3d2ab57cce6987b35dd051cc803abf;p=emacs.git (tool-bar-mode): Delete autoload cookie. --- 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 @@ ;;; 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.