summaryrefslogtreecommitdiff
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorRomain Francoise <romain@orebokech.com>2005-10-20 16:53:11 +0000
committerRomain Francoise <romain@orebokech.com>2005-10-20 16:53:11 +0000
commitdbabe36f87992431352fd8748f6ed73d36722155 (patch)
tree988fb5d22168674ca2cdbe49a5e91cc7bfc2c589 /lisp/replace.el
parent387bcf2ed7ec9c7080cd16b95748845ef7f80e4d (diff)
downloademacs-dbabe36f87992431352fd8748f6ed73d36722155.tar.gz
(occur-engine): Add follow-link property.
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el
index e2562ed3469..2d79754b4f0 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -1157,7 +1157,8 @@ See also `multi-occur'."
(insert "-------\n"))
(add-text-properties
beg end
- `(occur-target ,marker help-echo "mouse-2: go to this occurrence")))))
+ `(occur-target ,marker follow-link t
+ help-echo "mouse-2: go to this occurrence")))))
(goto-char endpt))
(if endpt
(progn