Mercurial > emacs
changeset 15309:577024cb8653
(reporter-submit-bug-report):
Use display-buffer to re-show the original buffer.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 31 May 1996 04:17:17 +0000 |
parents | 9a31b0d0c38a |
children | f1e444468043 |
files | lisp/mail/reporter.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/reporter.el Fri May 31 04:17:02 1996 +0000 +++ b/lisp/mail/reporter.el Fri May 31 04:17:17 1996 +0000 @@ -352,8 +352,8 @@ mailer))) (current-buffer)))) (require 'sendmail) - (pop-to-buffer reporter-eval-buffer) (pop-to-buffer mailbuf) + (display-buffer reporter-eval-buffer) (goto-char (point-min)) ;; different mailers use different separators, some may not even ;; use m-h-s, but sendmail.el stuff must have m-h-s bound. @@ -400,7 +400,7 @@ (killkey (if killkey-whereis (key-description killkey-whereis) "M-x kill-buffer"))) - (message "Please type in your report. Hit %s to send, %s to abort." + (message "Please type in your report. Hit %s to send, %s to abort." sendkey killkey)) ))