mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(ibuffer-find-file): Remove interactive-p' call; wildcards' set to t
in interactive spec.
This commit is contained in:
parent
0457dd5538
commit
fe78af29de
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue