]> git.eshelyaron.com Git - emacs.git/commit
Do not call custom-reevaluate-setting in comint.el (bug#74287)
authorPengji Zhang <me@pengjiz.com>
Wed, 11 Dec 2024 07:05:09 +0000 (09:05 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 12 Dec 2024 15:49:12 +0000 (16:49 +0100)
commit269a3eb93d4432a514a886e93af5cde47ef3ab8f
tree4656c900a65133958c0b4b3d3d7042a05352e84f
parentcb522b5e58363a15fe98c6f029d501fc6585c11c
Do not call custom-reevaluate-setting in comint.el (bug#74287)

* lisp/comint.el (comint--force-history-isearch): New internal variable.
(comint-history-isearch-backward, comint-history-isearch-backward-regexp):
Set comint--force-history-isearch to t.
(comint-history-isearch-setup): Check comint--force-history-isearch.
(comint-history-isearch-end): Set comint--force-history-isearch back to nil
instead of calling custom-reevaluate-setting.

(cherry picked from commit 5db9471453af4a47d7665295ea007faf35c069b6)
lisp/comint.el