Mercurial > emacs
changeset 57654:000df8ff0cc6
(ibuffer-find-file): Remove `interactive-p' call; `wildcards' set to t
in interactive spec.
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Sat, 23 Oct 2004 19:52:52 +0000 |
parents | b324ca4df07c |
children | ba7d42763f73 |
files | lisp/ibuffer.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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."