diff lisp/textmodes/flyspell.el @ 36120:927cbaaa27f8

(flyspell-region, flyspell-buffer): Add autoload cookies.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 16 Feb 2001 13:21:11 +0000
parents da38a879b6fe
children 4c28e9406f50
line wrap: on
line diff
--- a/lisp/textmodes/flyspell.el	Fri Feb 16 13:17:38 2001 +0000
+++ b/lisp/textmodes/flyspell.el	Fri Feb 16 13:21:11 2001 +0000
@@ -1353,6 +1353,7 @@
 ;*    pointed out words are then searched in the region a checked with */
 ;*    regular flyspell means.                                          */
 ;*---------------------------------------------------------------------*/
+;;;###autoload
 (defun flyspell-region (beg end)
   "Flyspell text between BEG and END."
   (interactive "r")
@@ -1370,6 +1371,7 @@
 ;*---------------------------------------------------------------------*/
 ;*    flyspell-buffer ...                                              */
 ;*---------------------------------------------------------------------*/
+;;;###autoload
 (defun flyspell-buffer ()
   "Flyspell whole buffer."
   (interactive)