1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(find-file-read-args): Reenable wildcard processing unconditionally.

This commit is contained in:
Andreas Schwab 2002-12-07 14:47:40 +00:00
parent a39c2e0df8
commit b2a26f4e8f
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2002-12-07 Andreas Schwab <schwab@suse.de>
* files.el (find-file-read-args): Reenable wildcard processing
unconditionally.
2002-12-06 Robert J. Chassell <bob@rattlesnake.com>
* textmodes/texinfmt.el (texinfo-format-scan)

View file

@ -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.