diff options
Diffstat (limited to 'lisp/replace.el')
| -rw-r--r-- | lisp/replace.el | 3 |
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'." | |||
| 1157 | (insert "-------\n")) | 1157 | (insert "-------\n")) |
| 1158 | (add-text-properties | 1158 | (add-text-properties |
| 1159 | beg end | 1159 | beg end |
| 1160 | `(occur-target ,marker help-echo "mouse-2: go to this occurrence"))))) | 1160 | `(occur-target ,marker follow-link t |
| 1161 | help-echo "mouse-2: go to this occurrence"))))) | ||
| 1161 | (goto-char endpt)) | 1162 | (goto-char endpt)) |
| 1162 | (if endpt | 1163 | (if endpt |
| 1163 | (progn | 1164 | (progn |