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,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/replace.el,v
Date: Fri, 12 Sep 2008 00:37:42 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/09/12 00:37:41

Index: replace.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/replace.el,v
retrieving revision 1.275
retrieving revision 1.276
diff -u -b -r1.275 -r1.276
--- replace.el  29 Jul 2008 14:44:35 -0000      1.275
+++ replace.el  12 Sep 2008 00:37:41 -0000      1.276
@@ -1665,8 +1665,7 @@
                    (funcall (car replacements) (cdr replacements)
                             replace-count)))
            (if (not query-flag)
-               (let ((inhibit-read-only
-                      query-replace-skip-read-only))
+               (progn
                  (unless (or literal noedit)
                    (replace-highlight
                     (nth 0 real-match-data) (nth 1 real-match-data)




reply via email to

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