1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

(ibuffer-find-file): Remove interactive-p' call; wildcards' set to t

in interactive spec.
This commit is contained in:
John Paul Wallington 2004-10-23 19:52:52 +00:00
parent 0457dd5538
commit fe78af29de

View 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."