From 630dd2508734a8601c8458dc1dbf2f22626841c8 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Tue, 30 Dec 2003 10:59:36 +0000 Subject: [PATCH] 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. --- lisp/ChangeLog | 7 +++++++ lisp/textmodes/texinfo.el | 8 +++++++- 2 files changed, 14 insertions(+), 1 deletion(-) 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: -- 2.39.2