diff --git a/lisp/replace.el b/lisp/replace.el index 60e507c6429..dd6e5a42258 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -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"))))