diff lisp/textmodes/text-mode.el @ 71100:83b8d9f95633

* textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell): New functions. * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
author Reiner Steib <Reiner.Steib@gmx.de>
date Tue, 30 May 2006 18:37:15 +0000
parents 067115a6e738
children f7702c5f335d a8190f7e546e
line wrap: on
line diff
--- a/lisp/textmodes/text-mode.el	Tue May 30 16:32:09 2006 +0000
+++ b/lisp/textmodes/text-mode.el	Tue May 30 18:37:15 2006 +0000
@@ -33,7 +33,7 @@
 (defcustom text-mode-hook nil
   "Normal hook run when entering Text mode and many related modes."
   :type 'hook
-  :options '(turn-on-auto-fill flyspell-mode)
+  :options '(turn-on-auto-fill turn-on-flyspell)
   :group 'data)
 
 (defvar text-mode-variant nil