diff lisp/mail/rnewspost.el @ 18383:11218164bc54

Add provide call.
author Richard M. Stallman <rms@gnu.org>
date Sun, 22 Jun 1997 18:57:55 +0000
parents ada95b0e82ae
children 17ad035e0cab
line wrap: on
line diff
--- a/lisp/mail/rnewspost.el	Sun Jun 22 18:47:05 1997 +0000
+++ b/lisp/mail/rnewspost.el	Sun Jun 22 18:57:55 1997 +0000
@@ -438,4 +438,6 @@
   (interactive)
   (mail-other-window nil nil nil nil nil (current-buffer)))
 
+(provide 'rnewspost)
+
 ;;; rnewspost.el ends here