aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1997-06-22 18:57:55 +0000
committerRichard M. Stallman <[email protected]>1997-06-22 18:57:55 +0000
commit896546cd9ba8e82956662329b77becb0366a1e73 (patch)
treefb9f48d5363d164ad5c72a182dbe1e5a78322c6c /lisp/mail
parent43c89a968ed6f1972a6ff075846622ade5bc7cf9 (diff)
Add provide call.
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/mailpost.el2
-rw-r--r--lisp/mail/rnewspost.el2
-rw-r--r--lisp/mail/undigest.el2
-rw-r--r--lisp/mail/unrmail.el2
-rw-r--r--lisp/mail/vms-pmail.el2
5 files changed, 10 insertions, 0 deletions
diff --git a/lisp/mail/mailpost.el b/lisp/mail/mailpost.el
index 5ff3347869..e6c70cb13a 100644
--- a/lisp/mail/mailpost.el
+++ b/lisp/mail/mailpost.el
@@ -100,4 +100,6 @@ site-init."
(if (bufferp errbuf)
(switch-to-buffer errbuf)))))
+(provide 'mailpost)
+
;;; mailpost.el ends here
diff --git a/lisp/mail/rnewspost.el b/lisp/mail/rnewspost.el
index 3a261b34ec..2c8da70dbc 100644
--- a/lisp/mail/rnewspost.el
+++ b/lisp/mail/rnewspost.el
@@ -438,4 +438,6 @@ original message into it."
(interactive)
(mail-other-window nil nil nil nil nil (current-buffer)))
+(provide 'rnewspost)
+
;;; rnewspost.el ends here
diff --git a/lisp/mail/undigest.el b/lisp/mail/undigest.el
index 3a3319ec1b..87aa6f0d8d 100644
--- a/lisp/mail/undigest.el
+++ b/lisp/mail/undigest.el
@@ -181,4 +181,6 @@ following the containing message."
(rmail-update-summary))))))
(set-buffer obuf))))
+(provide 'undigest)
+
;;; undigest.el ends here
diff --git a/lisp/mail/unrmail.el b/lisp/mail/unrmail.el
index 05fe04899a..390335d1e3 100644
--- a/lisp/mail/unrmail.el
+++ b/lisp/mail/unrmail.el
@@ -63,4 +63,6 @@ For example, invoke `emacs -batch -f batch-unrmail RMAIL'."
(rmail-output to-file 1 t))
(message "Writing messages to %s...done" to-file)))
+(provide 'unrmail)
+
;;; unrmail.el ends here
diff --git a/lisp/mail/vms-pmail.el b/lisp/mail/vms-pmail.el
index fb3dbf670f..a183b4e764 100644
--- a/lisp/mail/vms-pmail.el
+++ b/lisp/mail/vms-pmail.el
@@ -114,4 +114,6 @@ If neither file exists, fails quietly."
(if (file-attributes "~/.signature")
(insert-file-contents "~/.signature")))))
+(provide 'vms-pmail)
+
;;; vms-pmail.el ends here