]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorDan Nicolaescu <done@ece.arizona.edu>
Tue, 30 Jun 1998 03:10:18 +0000 (03:10 +0000)
committerDan Nicolaescu <done@ece.arizona.edu>
Tue, 30 Jun 1998 03:10:18 +0000 (03:10 +0000)
lisp/textmodes/flyspell.el

index 950d688791be75edc8b749bbb9f0a192cfdfd03d..f63cf012b3a913ad0a8cd0dcd01b1ef58800af5e 100644 (file)
@@ -48,7 +48,8 @@
   "Spellchecking on the fly."
   :tag "FlySpell"
   :prefix "flyspell-"
-  :group 'processes)
+  :group 'processes
+  :version "20.3")
 
 ;*---------------------------------------------------------------------*/
 ;*    User variables ...                                               */