summaryrefslogtreecommitdiff
path: root/lisp/mail/rnews.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mail/rnews.el')
-rw-r--r--lisp/mail/rnews.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/mail/rnews.el b/lisp/mail/rnews.el
index 64b98ca407b..d96738af30f 100644
--- a/lisp/mail/rnews.el
+++ b/lisp/mail/rnews.el
@@ -42,8 +42,7 @@
;; tower@prep Oct 29 1986
;; added caesar-region, rename news-caesar-buffer-body, hacked accordingly
;; tower@prep Nov 21 1986
-;; added (provide 'rnews) tower@prep 22 Apr 87
-(provide 'rnews)
+;; added tower@prep 22 Apr 87
(require 'mail-utils)
(autoload 'rmail-output "rmailout"
@@ -977,3 +976,5 @@ Mail and USENET news headers are not rotated."
(goto-char (point-max))
(caesar-region rotnum)
(setq buffer-read-only buffer-status))))
+
+(provide 'rnews) (provide 'rnews)