(flyspell-mode): Autoload the variable since it is used in the menu bar.

This commit is contained in:
Sam Steingold 2002-02-21 01:42:22 +00:00
parent 2a28d4719c
commit ee803b5b6b
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2002-02-20 Sam Steingold <sds@gnu.org>
* textmodes/flyspell.el (flyspell-mode): Autoload the variable
since it is used in the menu bar.
2002-02-20 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
* tar-mode.el (tar-next-line, tar-previous-line): Add doc string,

View file

@ -382,6 +382,7 @@ property of the major mode name.")
;*---------------------------------------------------------------------*/
(eval-when-compile (defvar flyspell-local-mouse-map))
;;;###autoload
(defvar flyspell-mode nil)
(make-variable-buffer-local 'flyspell-mode)