]> git.eshelyaron.com Git - emacs.git/commit
Suppress warnings for obsolete display-comint-buffer-action (bug#69983)
authorJuri Linkov <juri@linkov.net>
Thu, 25 Apr 2024 17:34:28 +0000 (20:34 +0300)
committerEshel Yaron <me@eshelyaron.com>
Mon, 29 Apr 2024 15:02:15 +0000 (17:02 +0200)
commit13995add850282c4902fea2abd58ef95d67149d9
treebfd9badfaabccd1ad7fe407049e27b3efd0fafea
parent37766c502a1f8ac09a189bbb585fac727c2665d1
Suppress warnings for obsolete display-comint-buffer-action (bug#69983)

* 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/sh-script.el (sh-show-shell):
* lisp/textmodes/tex-mode.el (tex-display-shell)
(tex-recenter-output-buffer): Add 'with-suppressed-warnings'
to suppress warnings for obsolete options
'display-comint-buffer-action' and 'display-tex-shell-buffer-action'.

(cherry picked from commit 598505c4faa7c37133223417172223356ea02e65)
lisp/cmuscheme.el
lisp/eshell/eshell.el
lisp/progmodes/inf-lisp.el
lisp/progmodes/sh-script.el
lisp/shell.el
lisp/textmodes/tex-mode.el