Mercurial > emacs
changeset 63122:d1d41fd53b5f
(flyspell-mode-line-string): Remove autoload cookie.
(flyspell-mode): Remove defvar.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Wed, 08 Jun 2005 09:47:58 +0000 |
parents | 027d942f002d |
children | e8e05dcc38c1 |
files | lisp/textmodes/flyspell.el |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/flyspell.el Wed Jun 08 08:14:32 2005 +0000 +++ b/lisp/textmodes/flyspell.el Wed Jun 08 09:47:58 2005 +0000 @@ -228,7 +228,6 @@ :version "21.1" :type 'boolean) -;;;###autoload (defcustom flyspell-mode-line-string " Fly" "*String displayed on the modeline when flyspell is active. Set this to nil if you don't want a modeline indicator." @@ -406,10 +405,6 @@ ;*---------------------------------------------------------------------*/ (eval-when-compile (defvar flyspell-local-mouse-map)) -;;;###autoload -(defvar flyspell-mode nil) -(make-variable-buffer-local 'flyspell-mode) - (defvar flyspell-mouse-map (let ((map (make-sparse-keymap))) (if flyspell-use-meta-tab