diff options
author | Karl Heuer <kwzh@gnu.org> | 1999-08-16 04:04:27 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1999-08-16 04:04:27 +0000 |
commit | 5762abecd390e960b2a15bc58b5ed6a07af5955f (patch) | |
tree | c04fe2a3dd7c442cf6f1e1c30c0ed83d5a0755c4 /lisp/textmodes/texinfo.el | |
parent | ceab2c312553097fb39b3ed8e683eeef87a674b1 (diff) | |
download | emacs-5762abecd390e960b2a15bc58b5ed6a07af5955f.tar.gz |
Fix maintainer address.
Diffstat (limited to 'lisp/textmodes/texinfo.el')
-rw-r--r-- | lisp/textmodes/texinfo.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index f42663c9faf..165a575ac43 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el @@ -5,7 +5,7 @@ ;; Author: Robert J. Chassell ;; Date: [Set date below for texinfo-version] -;; Maintainer: bug-texinfo@prep.ai.mit.edu +;; Maintainer: bug-texinfo@gnu.org ;; Keywords: maint, tex, docs ;; This file is part of GNU Emacs. @@ -287,7 +287,7 @@ chapter." '(;; All but the first 2 had an OVERRIDE of t. ;; It didn't seem to be any better, and it's slower--simon. ("^\\(@c\\|@comment\\)\\>.*" . font-lock-comment-face) ;comments - ;; Robert J. Chassell <bob@gnu.ai.mit.edu> says remove this line. + ;; Robert J. Chassell <bob@gnu.org> says remove this line. ;;("\\$\\([^$]*\\)\\$" 1 font-lock-string-face t) ("@\\([a-zA-Z]+\\|[^ \t\n]\\)" 1 font-lock-keyword-face) ;commands ("^\\*\\(.*\\)[\t ]*$" 1 font-lock-function-name-face t) ;menu items |