aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Steingold2002-02-21 01:42:22 +0000
committerSam Steingold2002-02-21 01:42:22 +0000
commitee803b5b6b616fdbcb60d2c83203a89e6cad058d (patch)
tree557955122d798bc46ef4691c41275df82b00e073
parent2a28d4719c12fc5e1d383c1300131d536e6b11b2 (diff)
downloademacs-ee803b5b6b616fdbcb60d2c83203a89e6cad058d.tar.gz
emacs-ee803b5b6b616fdbcb60d2c83203a89e6cad058d.zip
(flyspell-mode): Autoload the variable since it is used in the menu bar.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/textmodes/flyspell.el1
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0d68ee81adb..7fe2962690e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12002-02-20 Sam Steingold <sds@gnu.org>
2
3 * textmodes/flyspell.el (flyspell-mode): Autoload the variable
4 since it is used in the menu bar.
5
12002-02-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 62002-02-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 7
3 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string, 8 * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el
index 44e5f9a92aa..d481c2799a4 100644
--- a/lisp/textmodes/flyspell.el
+++ b/lisp/textmodes/flyspell.el
@@ -382,6 +382,7 @@ property of the major mode name.")
382;*---------------------------------------------------------------------*/ 382;*---------------------------------------------------------------------*/
383(eval-when-compile (defvar flyspell-local-mouse-map)) 383(eval-when-compile (defvar flyspell-local-mouse-map))
384 384
385;;;###autoload
385(defvar flyspell-mode nil) 386(defvar flyspell-mode nil)
386(make-variable-buffer-local 'flyspell-mode) 387(make-variable-buffer-local 'flyspell-mode)
387 388