diff options
Diffstat (limited to 'lisp/textmodes')
-rw-r--r-- | lisp/textmodes/page-ext.el | 4 | ||||
-rw-r--r-- | lisp/textmodes/texinfmt.el | 2 | ||||
-rw-r--r-- | lisp/textmodes/texinfo.el | 4 | ||||
-rw-r--r-- | lisp/textmodes/texnfo-upd.el | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/lisp/textmodes/page-ext.el b/lisp/textmodes/page-ext.el index 0acd44b6a6a..1cbb1f42506 100644 --- a/lisp/textmodes/page-ext.el +++ b/lisp/textmodes/page-ext.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1990, 1991, 1993, 1994 Free Software Foundation -;; Maintainer: Robert J. Chassell <bob@gnu.ai.mit.edu> +;; Maintainer: Robert J. Chassell <bob@gnu.org> ;; This file is part of GNU Emacs. @@ -122,7 +122,7 @@ ;; 59 Temple Place - Suite 330 ;; Boston, MA 02111-1307 USA. ;; (617) 542-5942 -;; gnu@prep.ai.mit.edu +;; gnu@gnu.org ;; ;; ;; House Subcommittee on Intellectual Property, diff --git a/lisp/textmodes/texinfmt.el b/lisp/textmodes/texinfmt.el index 674f0433366..c83327cb4e8 100644 --- a/lisp/textmodes/texinfmt.el +++ b/lisp/textmodes/texinfmt.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, ;; 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. -;; Maintainer: Robert J. Chassell <bug-texinfo@prep.ai.mit.edu> +;; Maintainer: Robert J. Chassell <bug-texinfo@gnu.org> ;; Keywords: maint, tex, docs ;; This file is part of GNU Emacs. 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 diff --git a/lisp/textmodes/texnfo-upd.el b/lisp/textmodes/texnfo-upd.el index 3ebf3fea4f7..81cadf107f2 100644 --- a/lisp/textmodes/texnfo-upd.el +++ b/lisp/textmodes/texnfo-upd.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc. ;; Author: Robert J. Chassell -;; Maintainer: bug-texinfo@prep.ai.mit.edu +;; Maintainer: bug-texinfo@gnu.org ;; Keywords: maint, tex, docs ;; This file is part of GNU Emacs. |