diff options
| author | Richard M. Stallman | 2005-10-28 16:22:08 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-10-28 16:22:08 +0000 |
| commit | 646cb69e5a3d2ab57cce6987b35dd051cc803abf (patch) | |
| tree | 111d049eb6f02c6d09c44f653a359b064b13d2e9 | |
| parent | 879bae91ca021a3546d227cb1c13a52e53a3bc58 (diff) | |
| download | emacs-646cb69e5a3d2ab57cce6987b35dd051cc803abf.tar.gz emacs-646cb69e5a3d2ab57cce6987b35dd051cc803abf.zip | |
(tool-bar-mode): Delete autoload cookie.
| -rw-r--r-- | lisp/tool-bar.el | 4 |
1 files changed, 3 insertions, 1 deletions
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 @@ | |||
| 41 | 41 | ||
| 42 | ;;; Code: | 42 | ;;; Code: |
| 43 | 43 | ||
| 44 | ;;;###autoload | 44 | ;; The autoload cookie doesn't work when preloading. |
| 45 | ;; Deleting it means invoking this command won't work | ||
| 46 | ;; when you are on a tty. I hope that won't cause too much trouble -- rms. | ||
| 45 | (define-minor-mode tool-bar-mode | 47 | (define-minor-mode tool-bar-mode |
| 46 | "Toggle use of the tool bar. | 48 | "Toggle use of the tool bar. |
| 47 | With numeric ARG, display the tool bar if and only if ARG is positive. | 49 | With numeric ARG, display the tool bar if and only if ARG is positive. |