1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

(text-mode-hook): Customize.

This commit is contained in:
Dave Love 1999-11-25 19:00:17 +00:00
parent 71a8e74b6e
commit e144fd4e47

View file

@ -28,8 +28,11 @@
;;; 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.")