1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00: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.")