diff options
| author | Karl Heuer | 1999-08-16 04:04:27 +0000 |
|---|---|---|
| committer | Karl Heuer | 1999-08-16 04:04:27 +0000 |
| commit | 5762abecd390e960b2a15bc58b5ed6a07af5955f (patch) | |
| tree | c04fe2a3dd7c442cf6f1e1c30c0ed83d5a0755c4 | |
| parent | ceab2c312553097fb39b3ed8e683eeef87a674b1 (diff) | |
| download | emacs-5762abecd390e960b2a15bc58b5ed6a07af5955f.tar.gz emacs-5762abecd390e960b2a15bc58b5ed6a07af5955f.zip | |
Fix maintainer address.
| -rw-r--r-- | lisp/avoid.el | 2 | ||||
| -rw-r--r-- | lisp/comint.el | 4 | ||||
| -rw-r--r-- | lisp/emacs-lisp/autoload.el | 2 | ||||
| -rw-r--r-- | lisp/emacs-lisp/regexp-opt.el | 2 | ||||
| -rw-r--r-- | lisp/enriched.el | 2 | ||||
| -rw-r--r-- | lisp/facemenu.el | 2 | ||||
| -rw-r--r-- | lisp/fast-lock.el | 4 | ||||
| -rw-r--r-- | lisp/find-dired.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/gnus-msg.el | 2 | ||||
| -rw-r--r-- | lisp/gnus/gnus-vm.el | 2 | ||||
| -rw-r--r-- | lisp/lazy-lock.el | 2 | ||||
| -rw-r--r-- | lisp/mail/mh-e.el | 4 | ||||
| -rw-r--r-- | lisp/mail/rnews.el | 12 | ||||
| -rw-r--r-- | lisp/mail/rnewspost.el | 12 | ||||
| -rw-r--r-- | lisp/map-ynp.el | 2 | ||||
| -rw-r--r-- | lisp/msb.el | 2 | ||||
| -rw-r--r-- | lisp/paren.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/etags.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/pascal.el | 2 | ||||
| -rw-r--r-- | lisp/shadowfile.el | 4 | ||||
| -rw-r--r-- | lisp/shell.el | 4 | ||||
| -rw-r--r-- | lisp/tempo.el | 2 | ||||
| -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 | ||||
| -rw-r--r-- | 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 @@ | |||
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Boris Goldowsky <boris@gnu.ai.mit.edu> | 5 | ;; Author: Boris Goldowsky <boris@gnu.org> |
| 6 | ;; Keywords: mouse | 6 | ;; Keywords: mouse |
| 7 | 7 | ||
| 8 | ;; This file is part of GNU Emacs. | 8 | ;; 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 @@ | |||
| 3 | ;; Copyright (C) 1988, 90, 92, 93, 94, 95, 96, 97, 98, 99 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1988, 90, 92, 93, 94, 95, 96, 97, 98, 99 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Olin Shivers <shivers@cs.cmu.edu> then | 5 | ;; Author: Olin Shivers <shivers@cs.cmu.edu> then |
| 6 | ;; Simon Marshall <simon@gnu.ai.mit.edu> | 6 | ;; Simon Marshall <simon@gnu.org> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
| 8 | ;; Keywords: processes | 8 | ;; Keywords: processes |
| 9 | 9 | ||
| @@ -29,7 +29,7 @@ | |||
| 29 | ;; Please send me bug reports, bug fixes, and extensions, so that I can | 29 | ;; Please send me bug reports, bug fixes, and extensions, so that I can |
| 30 | ;; merge them into the master source. | 30 | ;; merge them into the master source. |
| 31 | ;; - Olin Shivers (shivers@cs.cmu.edu) | 31 | ;; - Olin Shivers (shivers@cs.cmu.edu) |
| 32 | ;; - Simon Marshall (simon@gnu.ai.mit.edu) | 32 | ;; - Simon Marshall (simon@gnu.org) |
| 33 | 33 | ||
| 34 | ;; This file defines a general command-interpreter-in-a-buffer package | 34 | ;; This file defines a general command-interpreter-in-a-buffer package |
| 35 | ;; (comint mode). The idea is that you can build specific process-in-a-buffer | 35 | ;; (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 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1991, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Roland McGrath <roland@gnu.ai.mit.edu> | 5 | ;; Author: Roland McGrath <roland@gnu.org> |
| 6 | ;; Keywords: maint | 6 | ;; Keywords: maint |
| 7 | 7 | ||
| 8 | ;; This file is part of GNU Emacs. | 8 | ;; 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 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Simon Marshall <simon@gnu.ai.mit.edu> | 5 | ;; Author: Simon Marshall <simon@gnu.org> |
| 6 | ;; Keywords: strings, regexps | 6 | ;; Keywords: strings, regexps |
| 7 | 7 | ||
| 8 | ;; This file is part of GNU Emacs. | 8 | ;; 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 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (c) 1994, 1995, 1996 Free Software Foundation, Inc. | 3 | ;; Copyright (c) 1994, 1995, 1996 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Boris Goldowsky <boris@gnu.ai.mit.edu> | 5 | ;; Author: Boris Goldowsky <boris@gnu.org> |
| 6 | ;; Keywords: wp, faces | 6 | ;; Keywords: wp, faces |
| 7 | 7 | ||
| 8 | ;; This file is part of GNU Emacs. | 8 | ;; 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 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (c) 1994, 1995, 1996 Free Software Foundation, Inc. | 3 | ;; Copyright (c) 1994, 1995, 1996 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Boris Goldowsky <boris@gnu.ai.mit.edu> | 5 | ;; Author: Boris Goldowsky <boris@gnu.org> |
| 6 | ;; Keywords: faces | 6 | ;; Keywords: faces |
| 7 | 7 | ||
| 8 | ;; This file is part of GNU Emacs. | 8 | ;; 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 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Simon Marshall <simon@gnu.ai.mit.edu> | 5 | ;; Author: Simon Marshall <simon@gnu.org> |
| 6 | ;; Keywords: faces files | 6 | ;; Keywords: faces files |
| 7 | ;; Version: 3.14 | 7 | ;; Version: 3.14 |
| 8 | 8 | ||
| @@ -236,7 +236,7 @@ | |||
| 236 | ; "Submit via mail a bug report on fast-lock.el." | 236 | ; "Submit via mail a bug report on fast-lock.el." |
| 237 | ; (interactive) | 237 | ; (interactive) |
| 238 | ; (let ((reporter-prompt-for-summary-p t)) | 238 | ; (let ((reporter-prompt-for-summary-p t)) |
| 239 | ; (reporter-submit-bug-report "simon@gnu.ai.mit.edu" "fast-lock 3.14" | 239 | ; (reporter-submit-bug-report "simon@gnu.org" "fast-lock 3.14" |
| 240 | ; '(fast-lock-cache-directories fast-lock-minimum-size | 240 | ; '(fast-lock-cache-directories fast-lock-minimum-size |
| 241 | ; fast-lock-save-others fast-lock-save-events fast-lock-save-faces | 241 | ; fast-lock-save-others fast-lock-save-events fast-lock-save-faces |
| 242 | ; fast-lock-verbose) | 242 | ; 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 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1992, 1994, 1995 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1992, 1994, 1995 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Roland McGrath <roland@gnu.ai.mit.edu>, | 5 | ;; Author: Roland McGrath <roland@gnu.org>, |
| 6 | ;; Sebastian Kremer <sk@thp.uni-koeln.de> | 6 | ;; Sebastian Kremer <sk@thp.uni-koeln.de> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
| 8 | ;; Keywords: unix | 8 | ;; 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." | |||
| 558 | (concat " - \"" xemacs-codename "\"")))) | 558 | (concat " - \"" xemacs-codename "\"")))) |
| 559 | (t emacs-version)))) | 559 | (t emacs-version)))) |
| 560 | 560 | ||
| 561 | ;; Written by "Mr. Per Persson" <pp@gnu.ai.mit.edu>. | 561 | ;; Written by "Mr. Per Persson" <pp@gnu.org>. |
| 562 | (defun gnus-inews-insert-mime-headers () | 562 | (defun gnus-inews-insert-mime-headers () |
| 563 | "Insert MIME headers. | 563 | "Insert MIME headers. |
| 564 | Assumes ISO-Latin-1 is used iff 8-bit characters are present." | 564 | 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 @@ | |||
| 1 | ;;; gnus-vm.el --- vm interface for Gnus | 1 | ;;; gnus-vm.el --- vm interface for Gnus |
| 2 | ;; Copyright (C) 1994,95,96,97,98 Free Software Foundation, Inc. | 2 | ;; Copyright (C) 1994,95,96,97,98 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | ;; Author: Per Persson <pp@gnu.ai.mit.edu> | 4 | ;; Author: Per Persson <pp@gnu.org> |
| 5 | ;; Keywords: news, mail | 5 | ;; Keywords: news, mail |
| 6 | 6 | ||
| 7 | ;; This file is part of GNU Emacs. | 7 | ;; 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." | |||
| 332 | ; "Submit via mail a bug report on lazy-lock.el." | 332 | ; "Submit via mail a bug report on lazy-lock.el." |
| 333 | ; (interactive) | 333 | ; (interactive) |
| 334 | ; (let ((reporter-prompt-for-summary-p t)) | 334 | ; (let ((reporter-prompt-for-summary-p t)) |
| 335 | ; (reporter-submit-bug-report "simon@gnu.ai.mit.edu" "lazy-lock 2.11" | 335 | ; (reporter-submit-bug-report "simon@gnu.org" "lazy-lock 2.11" |
| 336 | ; '(lazy-lock-minimum-size lazy-lock-defer-on-the-fly | 336 | ; '(lazy-lock-minimum-size lazy-lock-defer-on-the-fly |
| 337 | ; lazy-lock-defer-on-scrolling lazy-lock-defer-contextually | 337 | ; lazy-lock-defer-on-scrolling lazy-lock-defer-contextually |
| 338 | ; lazy-lock-defer-time lazy-lock-stealth-time | 338 | ; 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 @@ | |||
| 39 | ;; mh-e is an Emacs interface to the MH mail system. | 39 | ;; mh-e is an Emacs interface to the MH mail system. |
| 40 | ;; There is a mailing list for discussion of mh-e and | 40 | ;; There is a mailing list for discussion of mh-e and |
| 41 | ;; announcements of new versions. Send a "subscribe" message to | 41 | ;; announcements of new versions. Send a "subscribe" message to |
| 42 | ;; mh-e-request@gnu.ai.mit.edu to be added. Do not report bugs here; mail | 42 | ;; mh-e-request@gnu.org to be added. Do not report bugs here; mail |
| 43 | ;; them directly to the maintainer (see top of mh-e.el source). | 43 | ;; them directly to the maintainer (see top of mh-e.el source). |
| 44 | ;; Include the output of M-x mh-version in any bug report. | 44 | ;; Include the output of M-x mh-version in any bug report. |
| 45 | 45 | ||
| @@ -60,7 +60,7 @@ | |||
| 60 | ;; Modified by James Larus, BBN, July 1984 and UCB, 1984 & 1985. | 60 | ;; Modified by James Larus, BBN, July 1984 and UCB, 1984 & 1985. |
| 61 | ;; Rewritten for GNU Emacs, James Larus 1985. larus@ginger.berkeley.edu | 61 | ;; Rewritten for GNU Emacs, James Larus 1985. larus@ginger.berkeley.edu |
| 62 | ;; Modified by Stephen Gildea 1988. gildea@lcs.mit.edu | 62 | ;; Modified by Stephen Gildea 1988. gildea@lcs.mit.edu |
| 63 | (defconst mh-e-RCS-id "$Id: mh-e.el,v 1.19 1998/04/15 06:31:29 kwzh Exp rms $") | 63 | (defconst mh-e-RCS-id "$Id: mh-e.el,v 1.20 1998/05/03 07:34:07 rms Exp kwzh $") |
| 64 | 64 | ||
| 65 | ;;; Code: | 65 | ;;; Code: |
| 66 | 66 | ||
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 @@ | |||
| 41 | ;; tower@gnu.org Jul 18 1986 | 41 | ;; tower@gnu.org Jul 18 1986 |
| 42 | ;; bound rmail-output to C-o; and changed header-field commands binding to | 42 | ;; bound rmail-output to C-o; and changed header-field commands binding to |
| 43 | ;; agree with the new C-c C-f usage in sendmail | 43 | ;; agree with the new C-c C-f usage in sendmail |
| 44 | ;; tower@prep Sep 3 1986 | 44 | ;; tower@gnu.org Sep 3 1986 |
| 45 | ;; added news-rotate-buffer-body | 45 | ;; added news-rotate-buffer-body |
| 46 | ;; tower@prep Oct 17 1986 | 46 | ;; tower@gnu.org Oct 17 1986 |
| 47 | ;; made messages more user friendly, cleaned up news-inews | 47 | ;; made messages more user friendly, cleaned up news-inews |
| 48 | ;; move posting and mail code to new file rnewpost.el | 48 | ;; move posting and mail code to new file rnewpost.el |
| 49 | ;; tower@prep Oct 29 1986 | 49 | ;; tower@gnu.org Oct 29 1986 |
| 50 | ;; added caesar-region, rename news-caesar-buffer-body, hacked accordingly | 50 | ;; added caesar-region, rename news-caesar-buffer-body, hacked accordingly |
| 51 | ;; tower@prep Nov 21 1986 | 51 | ;; tower@gnu.org Nov 21 1986 |
| 52 | ;; added tower@prep 22 Apr 87 | 52 | ;; added tower@gnu.org 22 Apr 87 |
| 53 | 53 | ||
| 54 | ;;; Code: | 54 | ;;; Code: |
| 55 | 55 | ||
| @@ -922,7 +922,7 @@ FName to link to message: ") | |||
| 922 | newname)) | 922 | newname)) |
| 923 | 923 | ||
| 924 | ;;; caesar-region written by phr@gnu.org Nov 86 | 924 | ;;; caesar-region written by phr@gnu.org Nov 86 |
| 925 | ;;; modified by tower@prep Nov 86 | 925 | ;;; modified by tower@gnu.org Nov 86 |
| 926 | (defun caesar-region (&optional n) | 926 | (defun caesar-region (&optional n) |
| 927 | "Caesar rotation of region by N, default 13, for decrypting netnews." | 927 | "Caesar rotation of region by N, default 13, for decrypting netnews." |
| 928 | (interactive (if current-prefix-arg ; Was there a prefix arg? | 928 | (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 @@ | |||
| 30 | ;; - couldn't see handling the special meaning of the Keyword: poster | 30 | ;; - couldn't see handling the special meaning of the Keyword: poster |
| 31 | ;; - not worth the code space to support the old A news Title: (which | 31 | ;; - not worth the code space to support the old A news Title: (which |
| 32 | ;; Subject: replaced) and Article-I.D.: (which Message-ID: replaced) | 32 | ;; Subject: replaced) and Article-I.D.: (which Message-ID: replaced) |
| 33 | ;; tower@prep Nov 86 | 33 | ;; tower@gnu.org Nov 86 |
| 34 | ;; changed C-c C-r key-binding due to rename of news-caesar-buffer-body | 34 | ;; changed C-c C-r key-binding due to rename of news-caesar-buffer-body |
| 35 | ;; tower@prep 21 Nov 86 | 35 | ;; tower@gnu.org 21 Nov 86 |
| 36 | ;; added (require 'rnews) tower@prep 22 Apr 87 | 36 | ;; added (require 'rnews) tower@gnu.org 22 Apr 87 |
| 37 | ;; restricted call of news-show-all-headers in news-post-news & news-reply | 37 | ;; restricted call of news-show-all-headers in news-post-news & news-reply |
| 38 | ;; tower@prep 28 Apr 87 | 38 | ;; tower@gnu.org 28 Apr 87 |
| 39 | ;; commented out Posting-Front-End to save USENET bytes tower@prep Jul 31 87 | 39 | ;; commented out Posting-Front-End to save USENET bytes tower@gnu.org Jul 31 87 |
| 40 | ;; commented out -n and -t args in news-inews tower@prep 15 Oct 87 | 40 | ;; commented out -n and -t args in news-inews tower@gnu.org 15 Oct 87 |
| 41 | 41 | ||
| 42 | ;Now in paths.el. | 42 | ;Now in paths.el. |
| 43 | ;(defvar news-inews-program "inews" | 43 | ;(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 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Roland McGrath <roland@gnu.ai.mit.edu> | 5 | ;; Author: Roland McGrath <roland@gnu.org> |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: lisp, extensions | 7 | ;; Keywords: lisp, extensions |
| 8 | 8 | ||
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 @@ | |||
| 72 | ;; Alon Albert <alon@milcse.rtsg.mot.com> | 72 | ;; Alon Albert <alon@milcse.rtsg.mot.com> |
| 73 | ;; Kevin Broadey, <KevinB@bartley.demon.co.uk> | 73 | ;; Kevin Broadey, <KevinB@bartley.demon.co.uk> |
| 74 | ;; Ake Stenhof <ake@cadpoint.se> | 74 | ;; Ake Stenhof <ake@cadpoint.se> |
| 75 | ;; Richard Stallman <rms@gnu.ai.mit.edu> | 75 | ;; Richard Stallman <rms@gnu.org> |
| 76 | ;; Steve Fisk <fisk@medved.bowdoin.edu> | 76 | ;; Steve Fisk <fisk@medved.bowdoin.edu> |
| 77 | 77 | ||
| 78 | ;; This version turned into a global minor mode and subsequently | 78 | ;; 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 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1996 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1996 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: rms@gnu.ai.mit.edu | 5 | ;; Author: rms@gnu.org |
| 6 | ;; Maintainer: FSF | 6 | ;; Maintainer: FSF |
| 7 | ;; Keywords: languages, faces | 7 | ;; Keywords: languages, faces |
| 8 | 8 | ||
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 @@ | |||
| 2 | ;; Copyright (C) 1985, 1986, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1998 | 2 | ;; Copyright (C) 1985, 1986, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1998 |
| 3 | ;; Free Software Foundation, Inc. | 3 | ;; Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Roland McGrath <roland@gnu.ai.mit.edu> | 5 | ;; Author: Roland McGrath <roland@gnu.org> |
| 6 | ;; Keywords: tools | 6 | ;; Keywords: tools |
| 7 | 7 | ||
| 8 | ;; This file is part of GNU Emacs. | 8 | ;; 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 @@ | |||
| 56 | ;; package. This may not be true however, since I never use this mode | 56 | ;; package. This may not be true however, since I never use this mode |
| 57 | ;; myself and therefore would never notice them anyway. If you do | 57 | ;; myself and therefore would never notice them anyway. If you do |
| 58 | ;; find any bugs, you may submit them to: espensk@stud.cs.uit.no | 58 | ;; find any bugs, you may submit them to: espensk@stud.cs.uit.no |
| 59 | ;; as well as to bug-gnu-emacs@prep.ai.mit.edu. | 59 | ;; as well as to bug-gnu-emacs@gnu.org. |
| 60 | 60 | ||
| 61 | ;;; Code: | 61 | ;;; Code: |
| 62 | 62 | ||
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 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1993, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Boris Goldowsky <boris@gnu.ai.mit.edu> | 5 | ;; Author: Boris Goldowsky <boris@gnu.org> |
| 6 | ;; Keywords: comm | 6 | ;; Keywords: comm |
| 7 | 7 | ||
| 8 | ;; This file is part of GNU Emacs. | 8 | ;; This file is part of GNU Emacs. |
| @@ -71,7 +71,7 @@ | |||
| 71 | ;; - It will not make directories for you, it just fails to copy files | 71 | ;; - It will not make directories for you, it just fails to copy files |
| 72 | ;; that belong in non-existent directories. | 72 | ;; that belong in non-existent directories. |
| 73 | ;; | 73 | ;; |
| 74 | ;; Please report any bugs to me (boris@gnu.ai.mit.edu). Also let me know | 74 | ;; Please report any bugs to me (boris@gnu.org). Also let me know |
| 75 | ;; if you have suggestions or would like to be informed of updates. | 75 | ;; if you have suggestions or would like to be informed of updates. |
| 76 | 76 | ||
| 77 | ;;; Code: | 77 | ;;; 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 @@ | |||
| 3 | ;; Copyright (C) 1988, 93, 94, 95, 96, 1997 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1988, 93, 94, 95, 96, 1997 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Olin Shivers <shivers@cs.cmu.edu> then | 5 | ;; Author: Olin Shivers <shivers@cs.cmu.edu> then |
| 6 | ;; Simon Marshall <simon@gnu.ai.mit.edu> | 6 | ;; Simon Marshall <simon@gnu.org> |
| 7 | ;; Maintainer: FSF | 7 | ;; Maintainer: FSF |
| 8 | ;; Keywords: processes | 8 | ;; Keywords: processes |
| 9 | 9 | ||
| @@ -29,7 +29,7 @@ | |||
| 29 | ;; Please send me bug reports, bug fixes, and extensions, so that I can | 29 | ;; Please send me bug reports, bug fixes, and extensions, so that I can |
| 30 | ;; merge them into the master source. | 30 | ;; merge them into the master source. |
| 31 | ;; - Olin Shivers (shivers@cs.cmu.edu) | 31 | ;; - Olin Shivers (shivers@cs.cmu.edu) |
| 32 | ;; - Simon Marshall (simon@gnu.ai.mit.edu) | 32 | ;; - Simon Marshall (simon@gnu.org) |
| 33 | 33 | ||
| 34 | ;; This file defines a a shell-in-a-buffer package (shell mode) built | 34 | ;; This file defines a a shell-in-a-buffer package (shell mode) built |
| 35 | ;; on top of comint mode. This is actually cmushell with things | 35 | ;; 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 @@ | |||
| 101 | ;; tempo.el. Thanks. | 101 | ;; tempo.el. Thanks. |
| 102 | 102 | ||
| 103 | ;; Nelson Minar <nelson@santafe.edu> | 103 | ;; Nelson Minar <nelson@santafe.edu> |
| 104 | ;; Richard Stallman <rms@gnu.ai.mit.edu> | 104 | ;; Richard Stallman <rms@gnu.org> |
| 105 | ;; Lars Lindberg <Lars.Lindberg@sypro.cap.se> | 105 | ;; Lars Lindberg <Lars.Lindberg@sypro.cap.se> |
| 106 | ;; Glen Whitney <Glen.Whitney@math.lsa.umich.edu> | 106 | ;; Glen Whitney <Glen.Whitney@math.lsa.umich.edu> |
| 107 | 107 | ||
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 @@ | |||
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1990, 1991, 1993, 1994 Free Software Foundation | 3 | ;; Copyright (C) 1990, 1991, 1993, 1994 Free Software Foundation |
| 4 | 4 | ||
| 5 | ;; Maintainer: Robert J. Chassell <bob@gnu.ai.mit.edu> | 5 | ;; Maintainer: Robert J. Chassell <bob@gnu.org> |
| 6 | 6 | ||
| 7 | ;; This file is part of GNU Emacs. | 7 | ;; This file is part of GNU Emacs. |
| 8 | 8 | ||
| @@ -122,7 +122,7 @@ | |||
| 122 | ;; 59 Temple Place - Suite 330 | 122 | ;; 59 Temple Place - Suite 330 |
| 123 | ;; Boston, MA 02111-1307 USA. | 123 | ;; Boston, MA 02111-1307 USA. |
| 124 | ;; (617) 542-5942 | 124 | ;; (617) 542-5942 |
| 125 | ;; gnu@prep.ai.mit.edu | 125 | ;; gnu@gnu.org |
| 126 | ;; | 126 | ;; |
| 127 | ;; | 127 | ;; |
| 128 | ;; House Subcommittee on Intellectual Property, | 128 | ;; 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 @@ | |||
| 3 | ;; Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, | 3 | ;; Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, |
| 4 | ;; 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. | 4 | ;; 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | ;; Maintainer: Robert J. Chassell <bug-texinfo@prep.ai.mit.edu> | 6 | ;; Maintainer: Robert J. Chassell <bug-texinfo@gnu.org> |
| 7 | ;; Keywords: maint, tex, docs | 7 | ;; Keywords: maint, tex, docs |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; 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 @@ | |||
| 5 | 5 | ||
| 6 | ;; Author: Robert J. Chassell | 6 | ;; Author: Robert J. Chassell |
| 7 | ;; Date: [Set date below for texinfo-version] | 7 | ;; Date: [Set date below for texinfo-version] |
| 8 | ;; Maintainer: bug-texinfo@prep.ai.mit.edu | 8 | ;; Maintainer: bug-texinfo@gnu.org |
| 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. |
| @@ -287,7 +287,7 @@ chapter." | |||
| 287 | '(;; All but the first 2 had an OVERRIDE of t. | 287 | '(;; All but the first 2 had an OVERRIDE of t. |
| 288 | ;; It didn't seem to be any better, and it's slower--simon. | 288 | ;; It didn't seem to be any better, and it's slower--simon. |
| 289 | ("^\\(@c\\|@comment\\)\\>.*" . font-lock-comment-face) ;comments | 289 | ("^\\(@c\\|@comment\\)\\>.*" . font-lock-comment-face) ;comments |
| 290 | ;; Robert J. Chassell <bob@gnu.ai.mit.edu> says remove this line. | 290 | ;; Robert J. Chassell <bob@gnu.org> says remove this line. |
| 291 | ;;("\\$\\([^$]*\\)\\$" 1 font-lock-string-face t) | 291 | ;;("\\$\\([^$]*\\)\\$" 1 font-lock-string-face t) |
| 292 | ("@\\([a-zA-Z]+\\|[^ \t\n]\\)" 1 font-lock-keyword-face) ;commands | 292 | ("@\\([a-zA-Z]+\\|[^ \t\n]\\)" 1 font-lock-keyword-face) ;commands |
| 293 | ("^\\*\\(.*\\)[\t ]*$" 1 font-lock-function-name-face t) ;menu items | 293 | ("^\\*\\(.*\\)[\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 @@ | |||
| 3 | ;; Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1989, 1990, 1991, 1992 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Robert J. Chassell | 5 | ;; Author: Robert J. Chassell |
| 6 | ;; Maintainer: bug-texinfo@prep.ai.mit.edu | 6 | ;; Maintainer: bug-texinfo@gnu.org |
| 7 | ;; Keywords: maint, tex, docs | 7 | ;; Keywords: maint, tex, docs |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; 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 @@ | |||
| 8 | ;; Status: Works in GNU Emacs 19.25 or later, some versions of XEmacs | 8 | ;; Status: Works in GNU Emacs 19.25 or later, some versions of XEmacs |
| 9 | ;; Created: 1994-07-13 | 9 | ;; Created: 1994-07-13 |
| 10 | 10 | ||
| 11 | ;; $Id: type-break.el,v 1.21 1999/03/30 21:37:10 kwzh Exp fx $ | 11 | ;; $Id: type-break.el,v 1.22 1999/04/27 19:00:42 fx Exp kwzh $ |
| 12 | 12 | ||
| 13 | ;; This file is part of GNU Emacs. | 13 | ;; This file is part of GNU Emacs. |
| 14 | 14 | ||
| @@ -60,9 +60,9 @@ | |||
| 60 | 60 | ||
| 61 | ;; This package was inspired by Roland McGrath's hanoi-break.el. | 61 | ;; This package was inspired by Roland McGrath's hanoi-break.el. |
| 62 | ;; Several people contributed feedback and ideas, including | 62 | ;; Several people contributed feedback and ideas, including |
| 63 | ;; Roland McGrath <roland@gnu.ai.mit.edu> | 63 | ;; Roland McGrath <roland@gnu.org> |
| 64 | ;; Kleanthes Koniaris <kgk@martigny.ai.mit.edu> | 64 | ;; Kleanthes Koniaris <kgk@martigny.ai.mit.edu> |
| 65 | ;; Mark Ashton <mpashton@gnu.ai.mit.edu> | 65 | ;; Mark Ashton <mpashton@gnu.org> |
| 66 | ;; Matt Wilding <wilding@cli.com> | 66 | ;; Matt Wilding <wilding@cli.com> |
| 67 | ;; Robert S. Boyer <boyer@cs.utexas.edu> | 67 | ;; Robert S. Boyer <boyer@cs.utexas.edu> |
| 68 | 68 | ||