Mercurial > emacs
changeset 48702:12a8bf4e1ce6
(find-file-read-args): Reenable wildcard processing unconditionally.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Sat, 07 Dec 2002 14:46:20 +0000 |
parents | bfdd0deae843 |
children | 90dec9a9568d |
files | lisp/files.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Sat Dec 07 13:38:26 2002 +0000 +++ b/lisp/files.el Sat Dec 07 14:46:20 2002 +0000 @@ -809,7 +809,7 @@ minibuffer-setup-hook)) (add-hook 'minibuffer-setup-hook munge-default-fun) (read-file-name prompt nil default-directory mustmatch)) - current-prefix-arg)) + t)) (defun find-file (filename &optional wildcards) "Edit file FILENAME.