diff options
| author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-25 01:47:39 +0000 |
|---|---|---|
| committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-25 01:47:39 +0000 |
| commit | 8e0ff8c8d411b59f3ca7db68dfb4b82fae8aa2e8 (patch) | |
| tree | cc8b25142bc26c1749eb98ca0fd535ad4744daa5 | |
| parent | cb0d33b2a15dcf81870779f6055bcfa2c4afac65 (diff) | |
| download | emacs-8e0ff8c8d411b59f3ca7db68dfb4b82fae8aa2e8.tar.gz | |
Added a (provide 'emacsbug); lisp-mnt.el needs this.
| -rw-r--r-- | lisp/mail/emacsbug.el | 2 |
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 |
