bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

defcustom texinfo-mode-hook in texinfo.el


From: Simon Josefsson
Subject: defcustom texinfo-mode-hook in texinfo.el
Date: Tue, 30 Dec 2003 00:13:50 +0100
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

How about this?

2003-12-30  Simon Josefsson  <address@hidden>

        * textmodes/texinfo.el (texinfo-mode-hook): Add.

Index: texinfo.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/textmodes/texinfo.el,v
retrieving revision 1.97
diff -u -p -u -w -r1.97 texinfo.el
--- texinfo.el  1 Sep 2003 15:45:40 -0000       1.97
+++ texinfo.el  29 Dec 2003 23:12:49 -0000
@@ -59,6 +59,12 @@
   :type 'string
   :group 'texinfo)
 
+(defcustom texinfo-mode-hook nil
+  "Normal hook run when entering Texinfo mode."
+  :type 'hook
+  :options '(turn-on-auto-fill flyspell-mode)
+  :group 'texinfo)
+
 
 ;;; Autoloads:
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]