# HG changeset patch # User Eric S. Raymond # Date 733024059 0 # Node ID 581cda633215eac19a7f0c30e8559fdfb1efffb1 # Parent e1b71e3a2742b14dd9b08dd76aa1d211f98356f9 Added a (provide 'emacsbug); lisp-mnt.el needs this. diff -r e1b71e3a2742 -r 581cda633215 lisp/mail/emacsbug.el --- 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