]> git.eshelyaron.com Git - emacs.git/commitdiff
(text-mode-hook): New defvar.
authorRichard M. Stallman <rms@gnu.org>
Thu, 28 Aug 1997 02:37:58 +0000 (02:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 28 Aug 1997 02:37:58 +0000 (02:37 +0000)
lisp/textmodes/text-mode.el

index 7e175fe941276bd9ae1fc35cbb22dfc73adcd5f4..023981616915d3766732253ae89fafc725c7bd27 100644 (file)
@@ -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.")