]> code.delx.au - gnu-emacs/commitdiff
(ibuffer-find-file): Remove `interactive-p' call; `wildcards' set to t
authorJohn Paul Wallington <jpw@pobox.com>
Sat, 23 Oct 2004 19:52:52 +0000 (19:52 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Sat, 23 Oct 2004 19:52:52 +0000 (19:52 +0000)
in interactive spec.

lisp/ibuffer.el

index 12f29bdac638072995e7c87a7d8cc8fb0dffab0c..30c97a383d3aece92836bf77f2a6910359d3b864 100644 (file)
@@ -873,8 +873,8 @@ width and the longest string in LIST."
                                    default-directory)
                                default-directory))))
      (list (read-file-name "Find file: " default-directory)
-          current-prefix-arg)))
-  (find-file file (or wildcards (interactive-p))))
+          t)))
+  (find-file file wildcards))
 
 (defun ibuffer-mouse-visit-buffer (event)
   "Visit the buffer chosen with the mouse."