aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorRomain Francoise2005-11-05 14:02:18 +0000
committerRomain Francoise2005-11-05 14:02:18 +0000
commit61f570e29072bcf19de85a05d2d9d9de3a17e85e (patch)
treeb16d99c53856e95b63c080c9bd1dbcd422a9b9b7 /lisp/replace.el
parentf6e405a269c826b0184480c1983db4421e4449ba (diff)
downloademacs-61f570e29072bcf19de85a05d2d9d9de3a17e85e.tar.gz
emacs-61f570e29072bcf19de85a05d2d9d9de3a17e85e.zip
(occur-engine): Add marker at end of line, too.
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 1d5c2a7c7c4..3016f5f6198 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -1140,7 +1140,8 @@ See also `multi-occur'."
1140 'follow-link t 1140 'follow-link t
1141 'help-echo 1141 'help-echo
1142 "mouse-2: go to this occurrence") 1142 "mouse-2: go to this occurrence")
1143 "\n")) 1143 ;; Add marker at eol, but no mouse props.
1144 (propertize "\n" 'occur-target marker)))
1144 (data 1145 (data
1145 (if (= nlines 0) 1146 (if (= nlines 0)
1146 ;; The simple display style 1147 ;; The simple display style