diff lisp/mail/emacsbug.el @ 2348:581cda633215

Added a (provide 'emacsbug); lisp-mnt.el needs this.
author Eric S. Raymond <esr@snark.thyrsus.com>
date Thu, 25 Mar 1993 01:47:39 +0000
parents 10e417efb12a
children 90859715093d
line wrap: on
line diff
--- a/lisp/mail/emacsbug.el	Thu Mar 25 01:28:21 1993 +0000
+++ b/lisp/mail/emacsbug.el	Thu Mar 25 01:47:39 1993 +0000
@@ -47,4 +47,6 @@
   (insert "\nIn " (emacs-version) "\n\n")
   (message (substitute-command-keys "Type \\[mail-send] to send bug report.")))
 
+(provide 'emacsbug)
+
 ;;; emacsbug.el ends here