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/mail | |
parent | ceab2c312553097fb39b3ed8e683eeef87a674b1 (diff) | |
download | emacs-5762abecd390e960b2a15bc58b5ed6a07af5955f.tar.gz |
Fix maintainer address.
Diffstat (limited to 'lisp/mail')
-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 |
3 files changed, 14 insertions, 14 deletions
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" |