summaryrefslogtreecommitdiff
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorMattias EngdegÄrd <mattiase@acm.org>2021-08-07 11:11:52 +0200
committerMattias EngdegÄrd <mattiase@acm.org>2021-08-07 12:31:09 +0200
commitb8e3b0f157db29aa7cf42783f12f87815547efb6 (patch)
treee360c973f5f0444171d96e173518c55bf090bcf2 /lisp/replace.el
parent8ce7a697ca8d654271021a9580ed1054df58100e (diff)
downloademacs-b8e3b0f157db29aa7cf42783f12f87815547efb6.tar.gz
emacs-b8e3b0f157db29aa7cf42783f12f87815547efb6.tar.bz2
emacs-b8e3b0f157db29aa7cf42783f12f87815547efb6.zip
; * lisp/replace.el (occur-1): Remove old fringe arrow.
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/replace.el b/lisp/replace.el
index 54d652b2ed8..ee46286a75f 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -1898,6 +1898,7 @@ See also `multi-occur'."
;; Make the default-directory of the *Occur* buffer match that of
;; the buffer where the occurrences come from
(setq default-directory source-buffer-default-directory)
+ (setq overlay-arrow-position nil)
(if (stringp nlines)
(fundamental-mode) ;; This is for collect operation.
(occur-mode))