]> git.eshelyaron.com Git - emacs.git/commitdiff
(reporter-submit-bug-report):
authorRichard M. Stallman <rms@gnu.org>
Fri, 31 May 1996 04:17:17 +0000 (04:17 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 31 May 1996 04:17:17 +0000 (04:17 +0000)
Use display-buffer to re-show the original buffer.

lisp/mail/reporter.el

index 1b7d40a14c7bfc707c8bae3774fb76515b78b694..53b9b1b7b6f924a8fbdef5a6ffa469a81a9632ba 100644 (file)
@@ -352,8 +352,8 @@ composed.")
                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 @@ composed.")
           (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))
     ))