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: Colin Walters
Subject: [Emacs-diffs] Changes to emacs/lisp/replace.el
Date: Thu, 23 May 2002 20:56:46 -0400

Index: emacs/lisp/replace.el
diff -c emacs/lisp/replace.el:1.144 emacs/lisp/replace.el:1.145
*** emacs/lisp/replace.el:1.144 Tue May 21 17:01:14 2002
--- emacs/lisp/replace.el       Thu May 23 20:56:46 2002
***************
*** 824,833 ****
                          (unless (= nlines 0)
                            (insert "-------\n"))
                          (add-text-properties
!                          beg (1- end)
!                          `(occur-target ,marker
!                                         mouse-face highlight help-echo
!                                         "mouse-2: go to this occurrence")))))
                    (goto-char endpt))
                  (if endpt
                      (progn
--- 824,834 ----
                          (unless (= nlines 0)
                            (insert "-------\n"))
                          (add-text-properties
!                          beg end
!                          `(occur-target ,marker help-echo "mouse-2: go to 
this occurrence"))
!                         ;; We don't put `mouse-face' on the newline,
!                         ;; because that loses.
!                         (add-text-properties beg (1- end) '(mouse-face 
highlight)))))
                    (goto-char endpt))
                  (if endpt
                      (progn



reply via email to

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