From: Simon Josefsson Date: Tue, 30 Dec 2003 10:59:36 +0000 (+0000) Subject: Change maintainer to FSF. Suggested by X-Git-Tag: ttn-vms-21-2-B4~8047 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=630dd2508734a8601c8458dc1dbf2f22626841c8;p=emacs.git 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. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 074a9ed87ab..c6ce9bbf71c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2003-12-30 Simon Josefsson + + * 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 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index 1bead17e10c..25670e8c310 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el @@ -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. @@ -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: