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:
parent
0457dd5538
commit
fe78af29de
@ -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."
|
||||
|
Loading…
Reference in New Issue
Block a user