mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* lisp/mail/emacsbug.el (submit-emacs-patch): Use pop-to-buffer-same-window.
This allows customization with 'display-buffer-alist' (bug#65387).
This commit is contained in:
parent
d72c974fd6
commit
7c65ccfc80
1 changed files with 1 additions and 1 deletions
|
|
@ -509,7 +509,7 @@ Message buffer where you can explain more about the patch."
|
|||
(list (read-string (format-prompt "This patch is about" guess)
|
||||
nil nil guess)
|
||||
file)))
|
||||
(switch-to-buffer "*Patch Help*")
|
||||
(pop-to-buffer-same-window "*Patch Help*")
|
||||
(let ((inhibit-read-only t))
|
||||
(erase-buffer)
|
||||
(insert "Thank you for considering submitting a patch to the Emacs project.\n\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue