summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1993-03-25 01:47:39 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1993-03-25 01:47:39 +0000
commit8e0ff8c8d411b59f3ca7db68dfb4b82fae8aa2e8 (patch)
treecc8b25142bc26c1749eb98ca0fd535ad4744daa5
parentcb0d33b2a15dcf81870779f6055bcfa2c4afac65 (diff)
downloademacs-8e0ff8c8d411b59f3ca7db68dfb4b82fae8aa2e8.tar.gz
Added a (provide 'emacsbug); lisp-mnt.el needs this.
-rw-r--r--lisp/mail/emacsbug.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el
index 8f64f8f8da7..03ae176562e 100644
--- a/lisp/mail/emacsbug.el
+++ b/lisp/mail/emacsbug.el
@@ -47,4 +47,6 @@ Prompts for bug subject. Leaves you in a mail buffer."
(insert "\nIn " (emacs-version) "\n\n")
(message (substitute-command-keys "Type \\[mail-send] to send bug report.")))
+(provide 'emacsbug)
+
;;; emacsbug.el ends here