diff lisp/replace.el @ 66720:f41b7662a7a5

(occur-engine): Add marker at end of line, too.
author Romain Francoise <romain@orebokech.com>
date Sat, 05 Nov 2005 14:02:18 +0000
parents 760919245a05
children 670149b47c39
line wrap: on
line diff
--- a/lisp/replace.el	Sat Nov 05 10:09:27 2005 +0000
+++ b/lisp/replace.el	Sat Nov 05 14:02:18 2005 +0000
@@ -1140,7 +1140,8 @@
 					 'follow-link t
 					 'help-echo
 					 "mouse-2: go to this occurrence")
-			     "\n"))
+			     ;; Add marker at eol, but no mouse props.
+			     (propertize "\n" 'occur-target marker)))
 			   (data
 			    (if (= nlines 0)
 				;; The simple display style