1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-27 10:54:40 +00:00

(flyspell-mode): Autoload a defvar.

This commit is contained in:
Richard M. Stallman 2005-08-15 01:49:51 +00:00
parent 42c98299c4
commit 444465c803

View File

@ -451,6 +451,7 @@ See also `flyspell-duplicate-distance'."
;*---------------------------------------------------------------------*/
;* flyspell-mode ... */
;*---------------------------------------------------------------------*/
;;;###autoload(defvar flyspell-mode nil)
;;;###autoload
(define-minor-mode flyspell-mode
"Minor mode performing on-the-fly spelling checking.