summaryrefslogtreecommitdiff
path: root/lisp/mail/rmailsort.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mail/rmailsort.el')
-rw-r--r--lisp/mail/rmailsort.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mail/rmailsort.el b/lisp/mail/rmailsort.el
index e1f01ad2f8f..3bc00ddbf1b 100644
--- a/lisp/mail/rmailsort.el
+++ b/lisp/mail/rmailsort.el
@@ -19,7 +19,6 @@
;; file named COPYING. Among other things, the copyright notice
;; and this notice must be preserved on all copies.
-(provide 'rmailsort)
(require 'rmail)
(require 'sort)
@@ -201,3 +200,5 @@ Arguments are MSG and FIELD."
(if (<= (length year-string) 2)
(concat "19" year-string)
year-string))
+
+(provide 'rmailsort)