]> git.eshelyaron.com Git - emacs.git/commit
Preserve mark in comint-history-isearch
authorJens Schmidt <jschmidt4gnu@vodafonemail.de>
Sat, 20 May 2023 21:03:29 +0000 (23:03 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sun, 21 May 2023 06:16:23 +0000 (09:16 +0300)
commit2a5c946f8793d712c8739629d1bfdb14146c69cf
treea256051464e8dd0d6ff4595eaa3d79c53c951712
parent6b60c8142ea10b774cd01db39f803f806df5fc5b
Preserve mark in comint-history-isearch

This preserves mark in `comint-history-isearch-backward' and
friends, which tend to set the mark on completion of the isearch
to unexpected positions.
* lisp/comint.el (comint-history-isearch-end): Set `isearch-opoint'
to point.  (Bug#63616)
lisp/comint.el