From: Andreas Schwab Date: Sat, 7 Dec 2002 14:47:40 +0000 (+0000) Subject: (find-file-read-args): Reenable wildcard processing unconditionally. X-Git-Tag: ttn-vms-21-2-B4~12127 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b2a26f4e8f0a6c3bb13edf55a0bac5754e04a6b4;p=emacs.git (find-file-read-args): Reenable wildcard processing unconditionally. --- 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.