From b2a26f4e8f0a6c3bb13edf55a0bac5754e04a6b4 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 7 Dec 2002 14:47:40 +0000 Subject: [PATCH] (find-file-read-args): Reenable wildcard processing unconditionally. --- lisp/ChangeLog | 5 +++++ lisp/files.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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. -- 2.39.2