1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

Make occur edit mode more resilient

* lisp/replace.el (occur-engine): Make the prefix read-only so
that it's preserved in edit mode (bug#53419).
This commit is contained in:
Lars Ingebrigtsen 2022-01-23 13:54:16 +01:00
parent ab73a87858
commit 1bcbca3750

View file

@ -2086,6 +2086,7 @@ See also `multi-occur'."
;; (for Occur Edit mode).
front-sticky t
rear-nonsticky t
read-only t
occur-target ,markers
follow-link t
help-echo "mouse-2: go to this occurrence"))))