summaryrefslogtreecommitdiff
path: root/lisp/=gnusmisc.el
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1992-03-16 20:39:07 +0000
committerJim Blandy <jimb@redhat.com>1992-03-16 20:39:07 +0000
commite8151d91bd02af2b60974c2a439450c81bd24974 (patch)
tree52141382c5b7e71a4fe612c0dfaff741778262b9 /lisp/=gnusmisc.el
parent18806e8f99c254f8f7980ce593dc1532d8ff3373 (diff)
downloademacs-e8151d91bd02af2b60974c2a439450c81bd24974.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp/=gnusmisc.el')
-rw-r--r--lisp/=gnusmisc.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/=gnusmisc.el b/lisp/=gnusmisc.el
index d133b63a30c..17238369da0 100644
--- a/lisp/=gnusmisc.el
+++ b/lisp/=gnusmisc.el
@@ -20,7 +20,6 @@
;; file named COPYING. Among other things, the copyright notice
;; and this notice must be preserved on all copies.
-(provide 'gnusmisc)
(require 'gnus)
;;;
@@ -212,3 +211,5 @@ inserting it before the newsgroup on the line containging point."
(forward-line -1)
(search-forward ":" nil t)
))
+
+(provide 'gnusmisc)