Mercurial > emacs
changeset 19589:8c19d570a391
(text-mode-hook): New defvar.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 28 Aug 1997 02:37:58 +0000 |
parents | f51f46bef183 |
children | 167f4700890a |
files | lisp/textmodes/text-mode.el |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/text-mode.el Thu Aug 28 01:03:17 1997 +0000 +++ b/lisp/textmodes/text-mode.el Thu Aug 28 02:37:58 1997 +0000 @@ -28,6 +28,9 @@ ;;; Code: +(defvar text-mode-hook nil + "Normal hook run when entering Text mode and many related modes.") + (defvar text-mode-syntax-table nil "Syntax table used while in text mode.")