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: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/replace.el
Date: Sat, 20 Nov 2004 17:25:51 -0500

Index: emacs/lisp/replace.el
diff -c emacs/lisp/replace.el:1.189 emacs/lisp/replace.el:1.190
*** emacs/lisp/replace.el:1.189 Wed Sep  8 20:24:12 2004
--- emacs/lisp/replace.el       Sat Nov 20 22:09:50 2004
***************
*** 92,98 ****
                 (format "%s: " string))
               nil nil nil
               query-replace-from-history-variable
!              nil t))))
        (if (and (zerop (length from)) lastto lastfrom)
          (cons lastfrom
                (query-replace-compile-replacement lastto regexp-flag))
--- 92,98 ----
                 (format "%s: " string))
               nil nil nil
               query-replace-from-history-variable
!              nil t t))))
        (if (and (zerop (length from)) lastto lastfrom)
          (cons lastfrom
                (query-replace-compile-replacement lastto regexp-flag))
***************
*** 156,162 ****
       (read-from-minibuffer
        (format "%s %s with: " string (query-replace-descr from))
        nil nil nil
!       query-replace-to-history-variable from t))
     regexp-flag))
  
  (defun query-replace-read-args (string regexp-flag &optional noerror)
--- 156,162 ----
       (read-from-minibuffer
        (format "%s %s with: " string (query-replace-descr from))
        nil nil nil
!       query-replace-to-history-variable from t t))
     regexp-flag))
  
  (defun query-replace-read-args (string regexp-flag &optional noerror)




reply via email to

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