comparison lisp/ChangeLog @ 94218:701d10a19a8f

(completion--file-name-table): Accept both the old `dir' or the new `pred' arg.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 21 Apr 2008 21:16:13 +0000
parents 3a71d408918b
children 185747659a29
comparison
equal deleted inserted replaced
94217:3a71d408918b 94218:701d10a19a8f
1 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca> 1 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * minibuffer.el (completion--file-name-table): Accept both the old
4 `dir' arg or the new `pred' arg.
2 5
3 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's 6 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
4 `predicate' argument to pass non-predicate data. 7 `predicate' argument to pass non-predicate data.
5 (ffap-read-url-internal, ffap-read-file-or-url-internal): 8 (ffap-read-url-internal, ffap-read-file-or-url-internal):
6 Use second arg as proper predicate. 9 Use second arg as proper predicate.