From 646cb69e5a3d2ab57cce6987b35dd051cc803abf Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 28 Oct 2005 16:22:08 +0000 Subject: [PATCH] (tool-bar-mode): Delete autoload cookie. --- lisp/tool-bar.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- 2.39.5