summaryrefslogtreecommitdiff
path: root/lisp/mail/rfc822.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mail/rfc822.el')
-rw-r--r--lisp/mail/rfc822.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/rfc822.el b/lisp/mail/rfc822.el
index b7e43f62cda..ac63ce63687 100644
--- a/lisp/mail/rfc822.el
+++ b/lisp/mail/rfc822.el
@@ -18,8 +18,6 @@
;; along with GNU Emacs; see the file COPYING. If not, write to
;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
-(provide 'rfc822)
-
;; uses address-start free, throws to address
(defun rfc822-bad-address (reason)
(save-restriction
@@ -304,3 +302,5 @@
(nreverse list)))
(and buf (kill-buffer buf))))))
+(provide 'rfc822)
+