emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/replace.el


From: Romain Francoise
Subject: [Emacs-diffs] Changes to emacs/lisp/replace.el
Date: Sat, 05 Nov 2005 09:02:20 -0500

Index: emacs/lisp/replace.el
diff -c emacs/lisp/replace.el:1.228 emacs/lisp/replace.el:1.229
*** emacs/lisp/replace.el:1.228 Sat Oct 29 19:49:20 2005
--- emacs/lisp/replace.el       Sat Nov  5 14:02:18 2005
***************
*** 1140,1146 ****
                                         'follow-link t
                                         'help-echo
                                         "mouse-2: go to this occurrence")
!                            "\n"))
                           (data
                            (if (= nlines 0)
                                ;; The simple display style
--- 1140,1147 ----
                                         'follow-link t
                                         'help-echo
                                         "mouse-2: go to this occurrence")
!                            ;; Add marker at eol, but no mouse props.
!                            (propertize "\n" 'occur-target marker)))
                           (data
                            (if (= nlines 0)
                                ;; The simple display style




reply via email to

[Prev in Thread] Current Thread [Next in Thread]