changeset 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 c0eb744f79f7
children 67170e911864
files lisp/ChangeLog lisp/replace.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Nov 05 10:09:27 2005 +0000
+++ b/lisp/ChangeLog	Sat Nov 05 14:02:18 2005 +0000
@@ -1,3 +1,7 @@
+2005-11-05  Romain Francoise  <romain@orebokech.com>
+
+	* replace.el (occur-engine): Add marker at end of line, too.
+
 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
 
 	* font-lock.el: Don't deal with font-lock-face-attributes here,
--- 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