]> git.eshelyaron.com Git - emacs.git/commitdiff
(text-mode-hook): Customize.
authorDave Love <fx@gnu.org>
Thu, 25 Nov 1999 19:00:17 +0000 (19:00 +0000)
committerDave Love <fx@gnu.org>
Thu, 25 Nov 1999 19:00:17 +0000 (19:00 +0000)
lisp/textmodes/text-mode.el

index 0c4be23ab606dd605328604f20bac538e94830b2..63e5c3dc0424a0cc2bb510ac3157193eb4ab588a 100644 (file)
 
 ;;; Code:
 
-(defvar text-mode-hook nil
-  "Normal hook run when entering Text mode and many related modes.")
+(defcustom text-mode-hook nil
+  "Normal hook run when entering Text mode and many related modes."
+  :type 'hook
+  :options '(turn-on-auto-fill)
+  :group 'data)
 
 (defvar text-mode-variant nil
   "Non-nil if this buffer's major mode is a variant of Text mode.")