diff options
| -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." | |||
| 47 | (insert "\nIn " (emacs-version) "\n\n") | 47 | (insert "\nIn " (emacs-version) "\n\n") |
| 48 | (message (substitute-command-keys "Type \\[mail-send] to send bug report."))) | 48 | (message (substitute-command-keys "Type \\[mail-send] to send bug report."))) |
| 49 | 49 | ||
| 50 | (provide 'emacsbug) | ||
| 51 | |||
| 50 | ;;; emacsbug.el ends here | 52 | ;;; emacsbug.el ends here |