Mercurial > emacs
changeset 43444:e3bdc12b3e47
(flyspell-mode): Autoload the variable since it is used in the menu bar.
author | Sam Steingold <sds@gnu.org> |
---|---|
date | Thu, 21 Feb 2002 01:42:22 +0000 |
parents | e01198f6059e |
children | 2fca4318df9a |
files | lisp/ChangeLog lisp/textmodes/flyspell.el |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Feb 20 23:45:51 2002 +0000 +++ b/lisp/ChangeLog Thu Feb 21 01:42:22 2002 +0000 @@ -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,
--- a/lisp/textmodes/flyspell.el Wed Feb 20 23:45:51 2002 +0000 +++ b/lisp/textmodes/flyspell.el Thu Feb 21 01:42:22 2002 +0000 @@ -382,6 +382,7 @@ ;*---------------------------------------------------------------------*/ (eval-when-compile (defvar flyspell-local-mouse-map)) +;;;###autoload (defvar flyspell-mode nil) (make-variable-buffer-local 'flyspell-mode)