Index: emacs/lisp/textmodes/flyspell.el
diff -c emacs/lisp/textmodes/flyspell.el:1.66
emacs/lisp/textmodes/flyspell.el:1.67
*** emacs/lisp/textmodes/flyspell.el:1.66 Wed Jun 8 08:12:14 2005
--- emacs/lisp/textmodes/flyspell.el Wed Jun 8 09:47:58 2005
***************
*** 228,234 ****
: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."
--- 228,233 ----
***************
*** 406,415 ****
;*---------------------------------------------------------------------*/
(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
--- 405,410 ----
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs