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: Thu, 02 Feb 2006 04:20:36 +0000

Index: emacs/lisp/replace.el
diff -u emacs/lisp/replace.el:1.236 emacs/lisp/replace.el:1.237
--- emacs/lisp/replace.el:1.236 Tue Jan 31 18:09:24 2006
+++ emacs/lisp/replace.el       Thu Feb  2 04:20:36 2006
@@ -1004,7 +1004,7 @@
     (let* ((default (car regexp-history))
           (input
            (read-from-minibuffer
-            (if allbufs
+            (if current-prefix-arg
                 "List lines in buffers whose names match regexp: "
               "List lines in buffers whose filenames match regexp: ")
             nil
@@ -1016,7 +1016,7 @@
        input))
     (occur-read-primary-args)))
   (when bufregexp
-    (occur-1 regexp nlines
+    (occur-1 regexp nil
             (delq nil
                   (mapcar (lambda (buf)
                             (when (if allbufs




reply via email to

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