]> git.eshelyaron.com Git - emacs.git/commitdiff
(find-file-read-args): Reenable wildcard processing unconditionally.
authorAndreas Schwab <schwab@suse.de>
Sat, 7 Dec 2002 14:47:40 +0000 (14:47 +0000)
committerAndreas Schwab <schwab@suse.de>
Sat, 7 Dec 2002 14:47:40 +0000 (14:47 +0000)
lisp/ChangeLog
lisp/files.el

index 76080f8852c0df5330aeee1a71192a40fb259c0f..a5301ac0714b4fcee8e306640e01f326e4aa2658 100644 (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)
index 5de6559ae5198c218506cae6de43bf73586ee7bb..b6bee3b09d44dc816e21b1111a3698877ff50cc1 100644 (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.