From: Dave Love Date: Thu, 25 May 2000 18:20:20 +0000 (+0000) Subject: Add provide. X-Git-Tag: emacs-pretest-21.0.90~3702 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=020c9ca57d463b5d9744f11dc424b3777a6d5e2a;p=emacs.git Add provide. --- diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index e7c5fd76d8a..e500c7d0e58 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -1629,4 +1629,6 @@ KEYWORDS is a comma-separated list of labels." (funcall sortfun reverse)) (select-window selwin)))) +(provide 'rmailsum) + ;;; rmailsum.el ends here