diff options
| author | Richard M. Stallman | 1997-07-03 07:21:22 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-07-03 07:21:22 +0000 |
| commit | 421593b98d080e9b55f22d3538f0915e295bad58 (patch) | |
| tree | 560186e922d9110e3fb12ab03af75819a58c71be /lisp | |
| parent | a1057d5616bbb3c76bad47bfb3f44b7103f182e1 (diff) | |
| download | emacs-421593b98d080e9b55f22d3538f0915e295bad58.tar.gz emacs-421593b98d080e9b55f22d3538f0915e295bad58.zip | |
Fix previous change.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/mail/emacsbug.el | 2 |
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." | |||
| 109 | (use-local-map (nconc (make-sparse-keymap) (current-local-map))) | 109 | (use-local-map (nconc (make-sparse-keymap) (current-local-map))) |
| 110 | (define-key (current-local-map) "\C-c\C-i" 'report-emacs-bug-info) | 110 | (define-key (current-local-map) "\C-c\C-i" 'report-emacs-bug-info) |
| 111 | (with-output-to-temp-buffer "*Bug Help*" | 111 | (with-output-to-temp-buffer "*Bug Help*" |
| 112 | (if (eq mail-user-agant 'sendmail-user-agent) | 112 | (if (eq mail-user-agent 'sendmail-user-agent) |
| 113 | (princ (substitute-command-keys | 113 | (princ (substitute-command-keys |
| 114 | "Type \\[mail-send-and-exit] to send the bug report.\n"))) | 114 | "Type \\[mail-send-and-exit] to send the bug report.\n"))) |
| 115 | (princ (substitute-command-keys | 115 | (princ (substitute-command-keys |