From 8e0ff8c8d411b59f3ca7db68dfb4b82fae8aa2e8 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 25 Mar 1993 01:47:39 +0000 Subject: [PATCH] Added a (provide 'emacsbug); lisp-mnt.el needs this. --- lisp/mail/emacsbug.el | 2 ++ 1 file changed, 2 insertions(+) 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