From: Romain Francoise Date: Sat, 5 Nov 2005 14:02:18 +0000 (+0000) Subject: (occur-engine): Add marker at end of line, too. X-Git-Tag: emacs-pretest-22.0.90~6039 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=61f570e29072bcf19de85a05d2d9d9de3a17e85e;p=emacs.git (occur-engine): Add marker at end of line, too. --- 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