diff options
author | Jim Blandy <jimb@redhat.com> | 1992-03-16 20:39:07 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1992-03-16 20:39:07 +0000 |
commit | 49116ac071969bee7f129bf7ce725c7a5b0b0fc5 (patch) | |
tree | 60c249f15b04478367256fef95c6fd7557f263b9 /lisp/gnusmisc.el | |
parent | 3b4a6e271d44955328c39de1475e42cf0b4cd637 (diff) | |
download | emacs-49116ac071969bee7f129bf7ce725c7a5b0b0fc5.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/gnusmisc.el')
-rw-r--r-- | lisp/gnusmisc.el | 3 |
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) |