]> git.eshelyaron.com Git - emacs.git/commitdiff
Change maintainer to FSF. Suggested by
authorSimon Josefsson <jas@extundo.com>
Tue, 30 Dec 2003 10:59:36 +0000 (10:59 +0000)
committerSimon Josefsson <jas@extundo.com>
Tue, 30 Dec 2003 10:59:36 +0000 (10:59 +0000)
karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
have only been distributed with Emacs for some years.
(texinfo-mode-hook): Customize.

lisp/ChangeLog
lisp/textmodes/texinfo.el

index 074a9ed87ab0a6cd244e57e7b4ede269d1229469..c6ce9bbf71cd5a0ef2000070765b331b4dc8466c 100644 (file)
@@ -1,3 +1,10 @@
+2003-12-30  Simon Josefsson  <jas@extundo.com>
+
+       * textmodes/texinfo.el: Change maintainer to FSF.  Suggested by
+       karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
+       have only been distributed with Emacs for some years.
+       (texinfo-mode-hook): Customize.
+
 2003-12-30  Eli Zaretskii  <eliz@elta.co.il>
 
        * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
index 1bead17e10c846302be0b287fdc33fa8bb8a712b..25670e8c310eb7e2659632c4e96a50db773f91b6 100644 (file)
@@ -5,7 +5,7 @@
 
 ;; Author: Robert J. Chassell
 ;; Date:   [See date below for texinfo-version]
-;; Maintainer: bug-texinfo@gnu.org
+;; Maintainer: FSF
 ;; Keywords: maint, tex, docs
 
 ;; This file is part of GNU Emacs.
   :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)
+
 \f
 ;;; Autoloads: