aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2002-12-07 14:47:40 +0000
committerAndreas Schwab2002-12-07 14:47:40 +0000
commitb2a26f4e8f0a6c3bb13edf55a0bac5754e04a6b4 (patch)
tree7042e94168bc2dc82554847ee1120ffd7ad19df3
parenta39c2e0df821e6113fa25dfb33a7ac776a7fd3fc (diff)
downloademacs-b2a26f4e8f0a6c3bb13edf55a0bac5754e04a6b4.tar.gz
emacs-b2a26f4e8f0a6c3bb13edf55a0bac5754e04a6b4.zip
(find-file-read-args): Reenable wildcard processing unconditionally.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/files.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 76080f8852c..a5301ac0714 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12002-12-07 Andreas Schwab <schwab@suse.de>
2
3 * files.el (find-file-read-args): Reenable wildcard processing
4 unconditionally.
5
12002-12-06 Robert J. Chassell <bob@rattlesnake.com> 62002-12-06 Robert J. Chassell <bob@rattlesnake.com>
2 7
3 * textmodes/texinfmt.el (texinfo-format-scan) 8 * 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."
809 minibuffer-setup-hook)) 809 minibuffer-setup-hook))
810 (add-hook 'minibuffer-setup-hook munge-default-fun) 810 (add-hook 'minibuffer-setup-hook munge-default-fun)
811 (read-file-name prompt nil default-directory mustmatch)) 811 (read-file-name prompt nil default-directory mustmatch))
812 current-prefix-arg)) 812 t))
813 813
814(defun find-file (filename &optional wildcards) 814(defun find-file (filename &optional wildcards)
815 "Edit file FILENAME. 815 "Edit file FILENAME.