diff options
| author | Simon Josefsson | 2003-12-30 10:59:36 +0000 |
|---|---|---|
| committer | Simon Josefsson | 2003-12-30 10:59:36 +0000 |
| commit | 630dd2508734a8601c8458dc1dbf2f22626841c8 (patch) | |
| tree | 7b730475a15666c71837a831525b32c7fe3d3b67 | |
| parent | fa8f290e464cba96844a2756c94f072d599a79f7 (diff) | |
| download | emacs-630dd2508734a8601c8458dc1dbf2f22626841c8.tar.gz emacs-630dd2508734a8601c8458dc1dbf2f22626841c8.zip | |
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.
| -rw-r--r-- | lisp/ChangeLog | 7 | ||||
| -rw-r--r-- | lisp/textmodes/texinfo.el | 8 |
2 files changed, 14 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 074a9ed87ab..c6ce9bbf71c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2003-12-30 Simon Josefsson <jas@extundo.com> | ||
| 2 | |||
| 3 | * textmodes/texinfo.el: Change maintainer to FSF. Suggested by | ||
| 4 | karl@freefriends.org (Karl Berry), since the Texinfo Elisp files | ||
| 5 | have only been distributed with Emacs for some years. | ||
| 6 | (texinfo-mode-hook): Customize. | ||
| 7 | |||
| 1 | 2003-12-30 Eli Zaretskii <eliz@elta.co.il> | 8 | 2003-12-30 Eli Zaretskii <eliz@elta.co.il> |
| 2 | 9 | ||
| 3 | * mail/rmail.el (rmail-convert-to-babyl-format): Make the code | 10 | * 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 @@ | |||
| 5 | 5 | ||
| 6 | ;; Author: Robert J. Chassell | 6 | ;; Author: Robert J. Chassell |
| 7 | ;; Date: [See date below for texinfo-version] | 7 | ;; Date: [See date below for texinfo-version] |
| 8 | ;; Maintainer: bug-texinfo@gnu.org | 8 | ;; Maintainer: FSF |
| 9 | ;; Keywords: maint, tex, docs | 9 | ;; Keywords: maint, tex, docs |
| 10 | 10 | ||
| 11 | ;; This file is part of GNU Emacs. | 11 | ;; This file is part of GNU Emacs. |
| @@ -59,6 +59,12 @@ | |||
| 59 | :type 'string | 59 | :type 'string |
| 60 | :group 'texinfo) | 60 | :group 'texinfo) |
| 61 | 61 | ||
| 62 | (defcustom texinfo-mode-hook nil | ||
| 63 | "Normal hook run when entering Texinfo mode." | ||
| 64 | :type 'hook | ||
| 65 | :options '(turn-on-auto-fill flyspell-mode) | ||
| 66 | :group 'texinfo) | ||
| 67 | |||
| 62 | 68 | ||
| 63 | ;;; Autoloads: | 69 | ;;; Autoloads: |
| 64 | 70 | ||