]> git.eshelyaron.com Git - emacs.git/commitdiff
(flyspell-mode): Autoload the variable since it is used in the menu bar.
authorSam Steingold <sds@gnu.org>
Thu, 21 Feb 2002 01:42:22 +0000 (01:42 +0000)
committerSam Steingold <sds@gnu.org>
Thu, 21 Feb 2002 01:42:22 +0000 (01:42 +0000)
lisp/ChangeLog
lisp/textmodes/flyspell.el

index 0d68ee81adbd023bcaa6bba0b2a9ed6e75ac5336..7fe2962690eda516388fe69021ea0e64afaccf54 100644 (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\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * tar-mode.el (tar-next-line, tar-previous-line): Add doc string,
index 44e5f9a92aa3f5957bc73c1250193ce06f24d7de..d481c2799a439f08f27786ece654ae997aeda006 100644 (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)