diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 76080f8852c..a5301ac0714 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2002-12-07 Andreas Schwab + + * files.el (find-file-read-args): Reenable wildcard processing + unconditionally. + 2002-12-06 Robert J. Chassell * textmodes/texinfmt.el (texinfo-format-scan) diff --git a/lisp/files.el b/lisp/files.el index 5de6559ae51..b6bee3b09d4 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -809,7 +809,7 @@ documentation for additional customization information." 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.