mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-05 11:45:45 +00:00
(flyspell-mode-line-string): Remove autoload cookie.
(flyspell-mode): Remove defvar.
This commit is contained in:
parent
b978659cce
commit
f8820a5524
@ -1,6 +1,8 @@
|
||||
2005-06-08 Lute Kamstra <lute@gnu.org>
|
||||
|
||||
* textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
|
||||
(flyspell-mode-line-string): Remove autoload cookie.
|
||||
(flyspell-mode): Remove defvar.
|
||||
|
||||
2005-06-07 Lute Kamstra <lute@gnu.org>
|
||||
|
||||
|
@ -228,7 +228,6 @@ http://strw.leidenuniv.nl/~dominik/Tools"
|
||||
: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 @@ 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)
|
||||
|
||||
(defvar flyspell-mouse-map
|
||||
(let ((map (make-sparse-keymap)))
|
||||
(if flyspell-use-meta-tab
|
||||
|
Loading…
Reference in New Issue
Block a user