]> git.eshelyaron.com Git - emacs.git/commit
Remove obsolete 'display-comint-buffer-action' (bug#74361)
authorJuri Linkov <juri@linkov.net>
Wed, 4 Dec 2024 07:40:33 +0000 (09:40 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 4 Dec 2024 17:06:22 +0000 (18:06 +0100)
commit48ea88bc47354180e15e491046b8da1098774c9a
tree0abe06b9dbb64171c48e1afcf3e4d6627a0e7d30
parente69b083088f3edd67831a42d3115cccec75437f6
Remove obsolete 'display-comint-buffer-action' (bug#74361)

* lisp/window.el (display-comint-buffer-action):
(display-tex-shell-buffer-action):
Remove obsolete defcustoms.

* lisp/cmuscheme.el (run-scheme, switch-to-scheme):
* lisp/shell.el (shell):
* lisp/eshell/eshell.el (eshell):
* lisp/progmodes/inf-lisp.el (inferior-lisp):
* lisp/progmodes/project.el (project-shell, project-eshell):
* lisp/progmodes/sh-script.el (sh-show-shell):
Replace 'display-comint-buffer-action' with a list of
'display-buffer--same-window-action' and '(category . comint)'.

* lisp/org/ol-eshell.el (org-eshell-open): Add '(category . comint)'.

* lisp/textmodes/tex-mode.el (tex-display-shell)
(tex-recenter-output-buffer):
Replace 'display-tex-shell-buffer-action' with a list of
'display-buffer-in-previous-window' and '(category . tex-shell)'.

(cherry picked from commit d706be4b345f3e2d242c4f2ffb5e566845b2935d)
etc/NEWS
lisp/cmuscheme.el
lisp/eshell/eshell.el
lisp/org/ol-eshell.el
lisp/progmodes/inf-lisp.el
lisp/progmodes/project.el
lisp/progmodes/sh-script.el
lisp/shell.el
lisp/textmodes/tex-mode.el
lisp/window.el