]> git.eshelyaron.com Git - emacs.git/commitdiff
(occur-engine): Add marker at end of line, too.
authorRomain Francoise <romain@orebokech.com>
Sat, 5 Nov 2005 14:02:18 +0000 (14:02 +0000)
committerRomain Francoise <romain@orebokech.com>
Sat, 5 Nov 2005 14:02:18 +0000 (14:02 +0000)
lisp/ChangeLog
lisp/replace.el

index 5399ac62357fd10b4e6c1ed1c382e9b2552b01dc..a1eede02379d9eae35ae4499ea17621938b80995 100644 (file)
@@ -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,
index 1d5c2a7c7c4d7c291efabeb64b1087af7a7105dc..3016f5f619860ec474145e9cf1eb4195ef9c7d19 100644 (file)
@@ -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