diff lisp/files.el @ 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 7f44fb167662
children df29cc9d803b
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.