summaryrefslogtreecommitdiff
path: root/lisp/mail/rnews.el
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1999-08-16 03:50:59 +0000
committerKarl Heuer <kwzh@gnu.org>1999-08-16 03:50:59 +0000
commitb2450a2b18b984ff34b68c8130d586eab597846e (patch)
treee9ba7bcc2d20b859778563c35afde434d3642415 /lisp/mail/rnews.el
parenteb964df5fc4347da2efa731cdd2d5077ab5dbf9a (diff)
downloademacs-b2450a2b18b984ff34b68c8130d586eab597846e.tar.gz
Fix maintainer address.
Diffstat (limited to 'lisp/mail/rnews.el')
-rw-r--r--lisp/mail/rnews.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/mail/rnews.el b/lisp/mail/rnews.el
index 7688d0f7a7c..991e3e7a5d2 100644
--- a/lisp/mail/rnews.el
+++ b/lisp/mail/rnews.el
@@ -29,7 +29,7 @@
;; finito except pdl.... Sat Mar 16,1985 at 06:43:44
;; lets keep the summary stuff out until we get it working ..
;; sundar@hermes.ai.mit.edu Wed Apr 10,1985 at 16:32:06
-;; hack slash maim. mly@prep.ai.mit.edu Thu 18 Apr, 1985 06:11:14
+;; hack slash maim. mly@gnu.org Thu 18 Apr, 1985 06:11:14
;; modified to correct reentrance bug, to not bother with groups that
;; received no new traffic since last read completely, to find out
;; what traffic a group has available much more quickly when
@@ -38,7 +38,7 @@
;; KING@KESTREL.arpa, Thu Mar 13 09:03:28 1986
;; made news-{next,previous}-group skip groups with no new messages; and
;; added checking for unsubscribed groups to news-add-news-group
-;; tower@prep.ai.mit.edu Jul 18 1986
+;; 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
@@ -921,7 +921,7 @@ FName to link to message: ")
news-current-message-number))
newname))
-;;; caesar-region written by phr@prep.ai.mit.edu Nov 86
+;;; caesar-region written by phr@gnu.org Nov 86
;;; modified by tower@prep Nov 86
(defun caesar-region (&optional n)
"Caesar rotation of region by N, default 13, for decrypting netnews."
@@ -959,7 +959,7 @@ FName to link to message: ")
(insert str)))))
;;; news-caesar-buffer-body written by paul@media-lab.mit.edu Wed Oct 1, 1986
-;;; hacked further by tower@prep.ai.mit.edu
+;;; hacked further by tower@gnu.org
(defun news-caesar-buffer-body (&optional rotnum)
"Caesar rotates all letters in the current buffer by 13 places.
Used to encode/decode possibly offensive messages (commonly in net.jokes).