1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

Added a (provide 'emacsbug); lisp-mnt.el needs this.

This commit is contained in:
Eric S. Raymond 1993-03-25 01:47:39 +00:00
parent cb0d33b2a1
commit 8e0ff8c8d4

View file

@ -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