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: David Kastrup
Subject: [Emacs-diffs] Changes to emacs/lisp/replace.el
Date: Sat, 26 Jun 2004 14:37:06 -0400

Index: emacs/lisp/replace.el
diff -c emacs/lisp/replace.el:1.175 emacs/lisp/replace.el:1.176
*** emacs/lisp/replace.el:1.175 Thu Jun 24 23:33:59 2004
--- emacs/lisp/replace.el       Sat Jun 26 18:35:18 2004
***************
*** 1328,1334 ****
                             replace-count)
                    noedit nil))
            (if (not query-flag)
!               (let ((inhibit-read-only query-replace-skip-read-only))
                  (setq noedit
                        (replace-match-maybe-edit
                         next-replacement nocasify literal
--- 1328,1338 ----
                             replace-count)
                    noedit nil))
            (if (not query-flag)
!               (let ((inhibit-read-only
!                      query-replace-skip-read-only))
!                 (unless noedit
!                   (replace-highlight (nth 0 real-match-data)
!                                      (nth 1 real-match-data)))
                  (setq noedit
                        (replace-match-maybe-edit
                         next-replacement nocasify literal




reply via email to

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