diff lisp/=gnusmail.el @ 584:4cd7543be581

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Mon, 16 Mar 1992 20:39:07 +0000
parents d3e764a552a5
children 08eb386dd0f3
line wrap: on
line diff
--- a/lisp/=gnusmail.el	Mon Mar 16 20:39:05 1992 +0000
+++ b/lisp/=gnusmail.el	Mon Mar 16 20:39:07 1992 +0000
@@ -19,7 +19,6 @@
 ;; file named COPYING.  Among other things, the copyright notice
 ;; and this notice must be preserved on all copies.
 
-(provide 'gnusmail)
 (require 'gnus)
 
 ;; Provides mail reply and mail other window command using usual mail
@@ -146,3 +145,5 @@
     (mh-send-other-window to cc subject)
     (setq mh-sent-from-folder (current-buffer))
     (setq mh-sent-from-msg 1)))
+
+(provide 'gnusmail)