aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-08-20 10:05:03 +0000
committerGerd Moellmann2001-08-20 10:05:03 +0000
commite4494044fbe19bf8d33e5ecfb008c566b94bc77d (patch)
tree7d8da6b8266e0456dc91c624f8e0f161c4b12dbd
parent1c71c0c3ef6afbb19b55429b9bc362d64f10a135 (diff)
downloademacs-e4494044fbe19bf8d33e5ecfb008c566b94bc77d.tar.gz
emacs-e4494044fbe19bf8d33e5ecfb008c566b94bc77d.zip
(whitespace-global-mode): Add autoload cookie.
-rw-r--r--lisp/whitespace.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/whitespace.el b/lisp/whitespace.el
index 184b199a53b..8f989e27c9d 100644
--- a/lisp/whitespace.el
+++ b/lisp/whitespace.el
@@ -5,7 +5,7 @@
5;; Author: Rajesh Vaidheeswarran <rv@gnu.org> 5;; Author: Rajesh Vaidheeswarran <rv@gnu.org>
6;; Keywords: convenience 6;; Keywords: convenience
7 7
8;; $Id: whitespace.el,v 1.15 2001/03/22 21:31:51 rv Exp $ 8;; $Id: whitespace.el,v 1.16 2001/07/16 12:22:59 pj Exp $
9;; This file is part of GNU Emacs. 9;; This file is part of GNU Emacs.
10 10
11;; GNU Emacs is free software; you can redistribute it and/or modify 11;; GNU Emacs is free software; you can redistribute it and/or modify
@@ -700,6 +700,7 @@ use either \\[customize] or the function `whitespace-global-mode'
700 :group 'whitespace 700 :group 'whitespace
701 :require 'whitespace) 701 :require 'whitespace)
702 702
703;;;###autoload
703(defun whitespace-global-mode (&optional arg) 704(defun whitespace-global-mode (&optional arg)
704 "Toggle using Whitespace mode in new buffers. 705 "Toggle using Whitespace mode in new buffers.
705With ARG, turn the mode on if and only iff ARG is positive. 706With ARG, turn the mode on if and only iff ARG is positive.