# HG changeset patch # User John Paul Wallington # Date 1098561172 0 # Node ID 000df8ff0cc6db015ad663b9b4d4d207d2bb5125 # Parent b324ca4df07cba883b56f8942a2564add82b93f2 (ibuffer-find-file): Remove `interactive-p' call; `wildcards' set to t in interactive spec. diff -r b324ca4df07c -r 000df8ff0cc6 lisp/ibuffer.el --- a/lisp/ibuffer.el Sat Oct 23 19:52:18 2004 +0000 +++ b/lisp/ibuffer.el Sat Oct 23 19:52:52 2004 +0000 @@ -873,8 +873,8 @@ 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."