aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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.