emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Colin Walters
Subject: [Emacs-diffs] Changes to emacs/lisp/ibuf-ext.el
Date: Wed, 27 Mar 2002 17:37:42 -0500

Index: emacs/lisp/ibuf-ext.el
diff -c emacs/lisp/ibuf-ext.el:1.11 emacs/lisp/ibuf-ext.el:1.12
*** emacs/lisp/ibuf-ext.el:1.11 Wed Mar 27 17:19:40 2002
--- emacs/lisp/ibuf-ext.el      Wed Mar 27 17:37:42 2002
***************
*** 323,329 ****
  (define-ibuffer-op query-replace (&rest args)
    "Perform a `query-replace' in marked buffers."
    (:interactive
!    (query-replace-read-args "Query replace" t)
     :opstring "replaced in"
     :complex t
     :modifier-p :maybe)
--- 323,329 ----
  (define-ibuffer-op query-replace (&rest args)
    "Perform a `query-replace' in marked buffers."
    (:interactive
!    (query-replace-read-args "Query replace" t t)
     :opstring "replaced in"
     :complex t
     :modifier-p :maybe)
***************
*** 338,344 ****
  (define-ibuffer-op query-replace-regexp (&rest args)
    "Perform a `query-replace-regexp' in marked buffers."
    (:interactive
!    (query-replace-read-args "Query replace regexp" t)
     :opstring "replaced in"
     :complex t
     :modifier-p :maybe)
--- 338,344 ----
  (define-ibuffer-op query-replace-regexp (&rest args)
    "Perform a `query-replace-regexp' in marked buffers."
    (:interactive
!    (query-replace-read-args "Query replace regexp" t t)
     :opstring "replaced in"
     :complex t
     :modifier-p :maybe)



reply via email to

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