From 5762abecd390e960b2a15bc58b5ed6a07af5955f Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 16 Aug 1999 04:04:27 +0000 Subject: [PATCH] Fix maintainer address. --- lisp/avoid.el | 2 +- lisp/comint.el | 4 ++-- lisp/emacs-lisp/autoload.el | 2 +- lisp/emacs-lisp/regexp-opt.el | 2 +- lisp/enriched.el | 2 +- lisp/facemenu.el | 2 +- lisp/fast-lock.el | 4 ++-- lisp/find-dired.el | 2 +- lisp/gnus/gnus-msg.el | 2 +- lisp/gnus/gnus-vm.el | 2 +- lisp/lazy-lock.el | 2 +- lisp/mail/mh-e.el | 4 ++-- lisp/mail/rnews.el | 12 ++++++------ lisp/mail/rnewspost.el | 12 ++++++------ lisp/map-ynp.el | 2 +- lisp/msb.el | 2 +- lisp/paren.el | 2 +- lisp/progmodes/etags.el | 2 +- lisp/progmodes/pascal.el | 2 +- lisp/shadowfile.el | 4 ++-- lisp/shell.el | 4 ++-- lisp/tempo.el | 2 +- lisp/textmodes/page-ext.el | 4 ++-- lisp/textmodes/texinfmt.el | 2 +- lisp/textmodes/texinfo.el | 4 ++-- lisp/textmodes/texnfo-upd.el | 2 +- lisp/type-break.el | 6 +++--- 27 files changed, 46 insertions(+), 46 deletions(-) diff --git a/lisp/avoid.el b/lisp/avoid.el index c9313563650..b8c3470d508 100644 --- a/lisp/avoid.el +++ b/lisp/avoid.el @@ -2,7 +2,7 @@ ;;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. -;; Author: Boris Goldowsky +;; Author: Boris Goldowsky ;; Keywords: mouse ;; This file is part of GNU Emacs. diff --git a/lisp/comint.el b/lisp/comint.el index 5292c09bf66..fda580feb99 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1988, 90, 92, 93, 94, 95, 96, 97, 98, 99 Free Software Foundation, Inc. ;; Author: Olin Shivers then -;; Simon Marshall +;; Simon Marshall ;; Maintainer: FSF ;; Keywords: processes @@ -29,7 +29,7 @@ ;; Please send me bug reports, bug fixes, and extensions, so that I can ;; merge them into the master source. ;; - Olin Shivers (shivers@cs.cmu.edu) -;; - Simon Marshall (simon@gnu.ai.mit.edu) +;; - Simon Marshall (simon@gnu.org) ;; This file defines a general command-interpreter-in-a-buffer package ;; (comint mode). The idea is that you can build specific process-in-a-buffer diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el index 09dbba18c86..2c1ceae86c2 100644 --- a/lisp/emacs-lisp/autoload.el +++ b/lisp/emacs-lisp/autoload.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc. -;; Author: Roland McGrath +;; Author: Roland McGrath ;; Keywords: maint ;; This file is part of GNU Emacs. diff --git a/lisp/emacs-lisp/regexp-opt.el b/lisp/emacs-lisp/regexp-opt.el index 6627c20a7bf..a6ed0734f1d 100644 --- a/lisp/emacs-lisp/regexp-opt.el +++ b/lisp/emacs-lisp/regexp-opt.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. -;; Author: Simon Marshall +;; Author: Simon Marshall ;; Keywords: strings, regexps ;; This file is part of GNU Emacs. diff --git a/lisp/enriched.el b/lisp/enriched.el index 187bacc826e..50f919e12cc 100644 --- a/lisp/enriched.el +++ b/lisp/enriched.el @@ -2,7 +2,7 @@ ;; Copyright (c) 1994, 1995, 1996 Free Software Foundation, Inc. -;; Author: Boris Goldowsky +;; Author: Boris Goldowsky ;; Keywords: wp, faces ;; This file is part of GNU Emacs. diff --git a/lisp/facemenu.el b/lisp/facemenu.el index 7e7f24cd8ec..5ab3ccb7615 100644 --- a/lisp/facemenu.el +++ b/lisp/facemenu.el @@ -2,7 +2,7 @@ ;; Copyright (c) 1994, 1995, 1996 Free Software Foundation, Inc. -;; Author: Boris Goldowsky +;; Author: Boris Goldowsky ;; Keywords: faces ;; This file is part of GNU Emacs. diff --git a/lisp/fast-lock.el b/lisp/fast-lock.el index fca1188789f..6158889b3cd 100644 --- a/lisp/fast-lock.el +++ b/lisp/fast-lock.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. -;; Author: Simon Marshall +;; Author: Simon Marshall ;; Keywords: faces files ;; Version: 3.14 @@ -236,7 +236,7 @@ ; "Submit via mail a bug report on fast-lock.el." ; (interactive) ; (let ((reporter-prompt-for-summary-p t)) -; (reporter-submit-bug-report "simon@gnu.ai.mit.edu" "fast-lock 3.14" +; (reporter-submit-bug-report "simon@gnu.org" "fast-lock 3.14" ; '(fast-lock-cache-directories fast-lock-minimum-size ; fast-lock-save-others fast-lock-save-events fast-lock-save-faces ; fast-lock-verbose) diff --git a/lisp/find-dired.el b/lisp/find-dired.el index 2bd9451f5d5..824cdbf013a 100644 --- a/lisp/find-dired.el +++ b/lisp/find-dired.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1992, 1994, 1995 Free Software Foundation, Inc. -;; Author: Roland McGrath , +;; Author: Roland McGrath , ;; Sebastian Kremer ;; Maintainer: FSF ;; Keywords: unix diff --git a/lisp/gnus/gnus-msg.el b/lisp/gnus/gnus-msg.el index 23653e54e14..992eac52c4a 100644 --- a/lisp/gnus/gnus-msg.el +++ b/lisp/gnus/gnus-msg.el @@ -558,7 +558,7 @@ If SILENT, don't prompt the user." (concat " - \"" xemacs-codename "\"")))) (t emacs-version)))) -;; Written by "Mr. Per Persson" . +;; Written by "Mr. Per Persson" . (defun gnus-inews-insert-mime-headers () "Insert MIME headers. Assumes ISO-Latin-1 is used iff 8-bit characters are present." diff --git a/lisp/gnus/gnus-vm.el b/lisp/gnus/gnus-vm.el index bbefaaca5f9..2420c0b3596 100644 --- a/lisp/gnus/gnus-vm.el +++ b/lisp/gnus/gnus-vm.el @@ -1,7 +1,7 @@ ;;; gnus-vm.el --- vm interface for Gnus ;; Copyright (C) 1994,95,96,97,98 Free Software Foundation, Inc. -;; Author: Per Persson +;; Author: Per Persson ;; Keywords: news, mail ;; This file is part of GNU Emacs. diff --git a/lisp/lazy-lock.el b/lisp/lazy-lock.el index 6cd27cafb3b..7d28d7177e2 100644 --- a/lisp/lazy-lock.el +++ b/lisp/lazy-lock.el @@ -332,7 +332,7 @@ The value returned is the value of the last form in BODY." ; "Submit via mail a bug report on lazy-lock.el." ; (interactive) ; (let ((reporter-prompt-for-summary-p t)) -; (reporter-submit-bug-report "simon@gnu.ai.mit.edu" "lazy-lock 2.11" +; (reporter-submit-bug-report "simon@gnu.org" "lazy-lock 2.11" ; '(lazy-lock-minimum-size lazy-lock-defer-on-the-fly ; lazy-lock-defer-on-scrolling lazy-lock-defer-contextually ; lazy-lock-defer-time lazy-lock-stealth-time diff --git a/lisp/mail/mh-e.el b/lisp/mail/mh-e.el index cfd323cd5ed..ef227bd66bb 100644 --- a/lisp/mail/mh-e.el +++ b/lisp/mail/mh-e.el @@ -39,7 +39,7 @@ ;; mh-e is an Emacs interface to the MH mail system. ;; There is a mailing list for discussion of mh-e and ;; announcements of new versions. Send a "subscribe" message to -;; mh-e-request@gnu.ai.mit.edu to be added. Do not report bugs here; mail +;; mh-e-request@gnu.org to be added. Do not report bugs here; mail ;; them directly to the maintainer (see top of mh-e.el source). ;; Include the output of M-x mh-version in any bug report. @@ -60,7 +60,7 @@ ;; Modified by James Larus, BBN, July 1984 and UCB, 1984 & 1985. ;; Rewritten for GNU Emacs, James Larus 1985. larus@ginger.berkeley.edu ;; Modified by Stephen Gildea 1988. gildea@lcs.mit.edu -(defconst mh-e-RCS-id "$Id: mh-e.el,v 1.19 1998/04/15 06:31:29 kwzh Exp rms $") +(defconst mh-e-RCS-id "$Id: mh-e.el,v 1.20 1998/05/03 07:34:07 rms Exp kwzh $") ;;; Code: diff --git a/lisp/mail/rnews.el b/lisp/mail/rnews.el index 991e3e7a5d2..5cd36fc9af2 100644 --- a/lisp/mail/rnews.el +++ b/lisp/mail/rnews.el @@ -41,15 +41,15 @@ ;; tower@gnu.org Jul 18 1986 ;; bound rmail-output to C-o; and changed header-field commands binding to ;; agree with the new C-c C-f usage in sendmail -;; tower@prep Sep 3 1986 +;; tower@gnu.org Sep 3 1986 ;; added news-rotate-buffer-body -;; tower@prep Oct 17 1986 +;; tower@gnu.org Oct 17 1986 ;; made messages more user friendly, cleaned up news-inews ;; move posting and mail code to new file rnewpost.el -;; tower@prep Oct 29 1986 +;; tower@gnu.org Oct 29 1986 ;; added caesar-region, rename news-caesar-buffer-body, hacked accordingly -;; tower@prep Nov 21 1986 -;; added tower@prep 22 Apr 87 +;; tower@gnu.org Nov 21 1986 +;; added tower@gnu.org 22 Apr 87 ;;; Code: @@ -922,7 +922,7 @@ FName to link to message: ") newname)) ;;; caesar-region written by phr@gnu.org Nov 86 -;;; modified by tower@prep Nov 86 +;;; modified by tower@gnu.org Nov 86 (defun caesar-region (&optional n) "Caesar rotation of region by N, default 13, for decrypting netnews." (interactive (if current-prefix-arg ; Was there a prefix arg? diff --git a/lisp/mail/rnewspost.el b/lisp/mail/rnewspost.el index 538fbac4e94..cf19b049799 100644 --- a/lisp/mail/rnewspost.el +++ b/lisp/mail/rnewspost.el @@ -30,14 +30,14 @@ ;; - couldn't see handling the special meaning of the Keyword: poster ;; - not worth the code space to support the old A news Title: (which ;; Subject: replaced) and Article-I.D.: (which Message-ID: replaced) -;; tower@prep Nov 86 +;; tower@gnu.org Nov 86 ;; changed C-c C-r key-binding due to rename of news-caesar-buffer-body -;; tower@prep 21 Nov 86 -;; added (require 'rnews) tower@prep 22 Apr 87 +;; tower@gnu.org 21 Nov 86 +;; added (require 'rnews) tower@gnu.org 22 Apr 87 ;; restricted call of news-show-all-headers in news-post-news & news-reply -;; tower@prep 28 Apr 87 -;; commented out Posting-Front-End to save USENET bytes tower@prep Jul 31 87 -;; commented out -n and -t args in news-inews tower@prep 15 Oct 87 +;; tower@gnu.org 28 Apr 87 +;; commented out Posting-Front-End to save USENET bytes tower@gnu.org Jul 31 87 +;; commented out -n and -t args in news-inews tower@gnu.org 15 Oct 87 ;Now in paths.el. ;(defvar news-inews-program "inews" diff --git a/lisp/map-ynp.el b/lisp/map-ynp.el index d773cb79ab7..3180be4d68b 100644 --- a/lisp/map-ynp.el +++ b/lisp/map-ynp.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. -;; Author: Roland McGrath +;; Author: Roland McGrath ;; Maintainer: FSF ;; Keywords: lisp, extensions diff --git a/lisp/msb.el b/lisp/msb.el index 77fce64f94b..cb1706fdf71 100644 --- a/lisp/msb.el +++ b/lisp/msb.el @@ -72,7 +72,7 @@ ;; Alon Albert ;; Kevin Broadey, ;; Ake Stenhof -;; Richard Stallman +;; Richard Stallman ;; Steve Fisk ;; This version turned into a global minor mode and subsequently diff --git a/lisp/paren.el b/lisp/paren.el index 50af83bf3b2..ec50fa9c154 100644 --- a/lisp/paren.el +++ b/lisp/paren.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1993, 1996 Free Software Foundation, Inc. -;; Author: rms@gnu.ai.mit.edu +;; Author: rms@gnu.org ;; Maintainer: FSF ;; Keywords: languages, faces diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index 8f2d2006733..2b954c53d98 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1985, 1986, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1998 ;; Free Software Foundation, Inc. -;; Author: Roland McGrath +;; Author: Roland McGrath ;; Keywords: tools ;; This file is part of GNU Emacs. diff --git a/lisp/progmodes/pascal.el b/lisp/progmodes/pascal.el index d27a84543d6..cce43a5dcab 100644 --- a/lisp/progmodes/pascal.el +++ b/lisp/progmodes/pascal.el @@ -56,7 +56,7 @@ ;; package. This may not be true however, since I never use this mode ;; myself and therefore would never notice them anyway. If you do ;; find any bugs, you may submit them to: espensk@stud.cs.uit.no -;; as well as to bug-gnu-emacs@prep.ai.mit.edu. +;; as well as to bug-gnu-emacs@gnu.org. ;;; Code: diff --git a/lisp/shadowfile.el b/lisp/shadowfile.el index 19dcec62d12..2c61de1f03b 100644 --- a/lisp/shadowfile.el +++ b/lisp/shadowfile.el @@ -2,7 +2,7 @@ ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. -;; Author: Boris Goldowsky +;; Author: Boris Goldowsky ;; Keywords: comm ;; This file is part of GNU Emacs. @@ -71,7 +71,7 @@ ;; - It will not make directories for you, it just fails to copy files ;; that belong in non-existent directories. ;; -;; Please report any bugs to me (boris@gnu.ai.mit.edu). Also let me know +;; Please report any bugs to me (boris@gnu.org). Also let me know ;; if you have suggestions or would like to be informed of updates. ;;; Code: diff --git a/lisp/shell.el b/lisp/shell.el index a2887f82792..13d1d9adb6f 100644 --- a/lisp/shell.el +++ b/lisp/shell.el @@ -3,7 +3,7 @@ ;; Copyright (C) 1988, 93, 94, 95, 96, 1997 Free Software Foundation, Inc. ;; Author: Olin Shivers then -;; Simon Marshall +;; Simon Marshall ;; Maintainer: FSF ;; Keywords: processes @@ -29,7 +29,7 @@ ;; Please send me bug reports, bug fixes, and extensions, so that I can ;; merge them into the master source. ;; - Olin Shivers (shivers@cs.cmu.edu) -;; - Simon Marshall (simon@gnu.ai.mit.edu) +;; - Simon Marshall (simon@gnu.org) ;; This file defines a a shell-in-a-buffer package (shell mode) built ;; on top of comint mode. This is actually cmushell with things diff --git a/lisp/tempo.el b/lisp/tempo.el index 5434a5f3317..0b86784807d 100644 --- a/lisp/tempo.el +++ b/lisp/tempo.el @@ -101,7 +101,7 @@ ;; tempo.el. Thanks. ;; Nelson Minar -;; Richard Stallman +;; Richard Stallman ;; Lars Lindberg ;; Glen Whitney 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 +;; Maintainer: Robert J. Chassell ;; 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 +;; Maintainer: Robert J. Chassell ;; 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 says remove this line. + ;; Robert J. Chassell 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. diff --git a/lisp/type-break.el b/lisp/type-break.el index fcf0592c80e..cc52cfbb99b 100644 --- a/lisp/type-break.el +++ b/lisp/type-break.el @@ -8,7 +8,7 @@ ;; Status: Works in GNU Emacs 19.25 or later, some versions of XEmacs ;; Created: 1994-07-13 -;; $Id: type-break.el,v 1.21 1999/03/30 21:37:10 kwzh Exp fx $ +;; $Id: type-break.el,v 1.22 1999/04/27 19:00:42 fx Exp kwzh $ ;; This file is part of GNU Emacs. @@ -60,9 +60,9 @@ ;; This package was inspired by Roland McGrath's hanoi-break.el. ;; Several people contributed feedback and ideas, including -;; Roland McGrath +;; Roland McGrath ;; Kleanthes Koniaris -;; Mark Ashton +;; Mark Ashton ;; Matt Wilding ;; Robert S. Boyer -- 2.11.4.GIT