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:
parent
ab73a87858
commit
1bcbca3750
1 changed files with 1 additions and 0 deletions
|
|
@ -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"))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue