(flyspell-mode): Autoload the variable since it is used in the menu bar.
This commit is contained in:
parent
2a28d4719c
commit
ee803b5b6b
2 changed files with 6 additions and 0 deletions
|
@ -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,
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue