# HG changeset patch # User Richard M. Stallman # Date 867914482 0 # Node ID 19f99191b11d79447b1296cd41f75d4fdda251a1 # Parent 2e91237ac14cecce1267d00c1e7f040c5b7b0256 Fix previous change. diff -r 2e91237ac14c -r 19f99191b11d lisp/mail/emacsbug.el --- a/lisp/mail/emacsbug.el Thu Jul 03 07:12:19 1997 +0000 +++ b/lisp/mail/emacsbug.el Thu Jul 03 07:21:22 1997 +0000 @@ -109,7 +109,7 @@ (use-local-map (nconc (make-sparse-keymap) (current-local-map))) (define-key (current-local-map) "\C-c\C-i" 'report-emacs-bug-info) (with-output-to-temp-buffer "*Bug Help*" - (if (eq mail-user-agant 'sendmail-user-agent) + (if (eq mail-user-agent 'sendmail-user-agent) (princ (substitute-command-keys "Type \\[mail-send-and-exit] to send the bug report.\n"))) (princ (substitute-command-keys