aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorSam Steingold2002-02-21 01:42:22 +0000
committerSam Steingold2002-02-21 01:42:22 +0000
commitee803b5b6b616fdbcb60d2c83203a89e6cad058d (patch)
tree557955122d798bc46ef4691c41275df82b00e073 /lisp/textmodes
parent2a28d4719c12fc5e1d383c1300131d536e6b11b2 (diff)
downloademacs-ee803b5b6b616fdbcb60d2c83203a89e6cad058d.tar.gz
emacs-ee803b5b6b616fdbcb60d2c83203a89e6cad058d.zip
(flyspell-mode): Autoload the variable since it is used in the menu bar.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/flyspell.el1
1 files changed, 1 insertions, 0 deletions
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