From 61f570e29072bcf19de85a05d2d9d9de3a17e85e Mon Sep 17 00:00:00 2001 From: Romain Francoise Date: Sat, 5 Nov 2005 14:02:18 +0000 Subject: [PATCH] (occur-engine): Add marker at end of line, too. --- lisp/ChangeLog | 4 ++++ lisp/replace.el | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5399ac62357..a1eede02379 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --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'." '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 -- 2.39.2