# HG changeset patch # User Simon Josefsson # Date 1072781941 0 # Node ID e877223fe03ebe6360094cdcbed706ebca8e831d # Parent e90370b14fefa403aa8fcca2a17155f26f1e73ea 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 -r e90370b14fef -r e877223fe03e lisp/textmodes/texinfo.el --- a/lisp/textmodes/texinfo.el Tue Dec 30 10:46:37 2003 +0000 +++ b/lisp/textmodes/texinfo.el Tue Dec 30 10:59:01 2003 +0000 @@ -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: