From fe78af29dea983ce8828bc5d2ef63dd28becdde3 Mon Sep 17 00:00:00 2001 From: John Paul Wallington Date: Sat, 23 Oct 2004 19:52:52 +0000 Subject: [PATCH] (ibuffer-find-file): Remove `interactive-p' call; `wildcards' set to t in interactive spec. --- lisp/ibuffer.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/ibuffer.el b/lisp/ibuffer.el index 12f29bdac63..30c97a383d3 100644 --- a/lisp/ibuffer.el +++ b/lisp/ibuffer.el @@ -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." -- 2.39.5