(find-file-read-args): Reenable wildcard processing unconditionally.
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user