# HG changeset patch # User Romain Francoise # Date 1131199338 0 # Node ID f41b7662a7a5783808b7e35ac4a261efe2e4711e # Parent c0eb744f79f709c62842c369dfa3cfe59d9adb3c (occur-engine): Add marker at end of line, too. diff -r c0eb744f79f7 -r f41b7662a7a5 lisp/ChangeLog --- 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 + + * replace.el (occur-engine): Add marker at end of line, too. + 2005-11-04 Dan Nicolaescu * font-lock.el: Don't deal with font-lock-face-attributes here, diff -r c0eb744f79f7 -r f41b7662a7a5 lisp/replace.el --- 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