summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-07-03 07:21:22 +0000
committerRichard M. Stallman <rms@gnu.org>1997-07-03 07:21:22 +0000
commitf4dc8122e493dbfc8b2fd152f42b242d3c947ca5 (patch)
tree845305b6fae66a2eedd39ac236ebb0c493f2836f
parent2c81a0fd80adc5b3629155c50ddceabd3173cbc2 (diff)
downloademacs-f4dc8122e493dbfc8b2fd152f42b242d3c947ca5.tar.gz
Fix previous change.
-rw-r--r--lisp/mail/emacsbug.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el
index 86a81dd893e..928d8385129 100644
--- a/lisp/mail/emacsbug.el
+++ b/lisp/mail/emacsbug.el
@@ -109,7 +109,7 @@ Prompts for bug subject. Leaves you in a mail buffer."
(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