]> git.eshelyaron.com Git - emacs.git/commit
More fixes for display-comint-buffer-action
authorJuri Linkov <juri@linkov.net>
Tue, 11 Jan 2022 17:19:37 +0000 (19:19 +0200)
committerJuri Linkov <juri@linkov.net>
Tue, 11 Jan 2022 17:19:37 +0000 (19:19 +0200)
commit4765487d5d24fc8a2a06c329dc9cc3bed9803391
treea38152d33d4c7e618f667b9de83790d802c8557e
parenta18517f619bddbe23e6a91ef9dbec360d2b3447e
More fixes for display-comint-buffer-action

* lisp/window.el (display-comint-buffer-action):
Use display-buffer--same-window-action as the default value.

* lisp/progmodes/sh-script.el (sh-show-shell):
* lisp/shell.el (shell): Add display-comint-buffer-action to pop-to-buffer.

* lisp/progmodes/project.el (project-shell, project-eshell): Use
`bound-and-true-p display-comint-buffer-action' for backward-compatibility.

https://lists.gnu.org/archive/html/emacs-devel/2021-12/msg02964.html
lisp/progmodes/project.el
lisp/progmodes/sh-script.el
lisp/shell.el
lisp/window.el