changeset 45149:f821fa45b822

(locate-file): Deprecate integer values for predicate.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 06 May 2002 21:11:51 +0000
parents af3fa518b224
children 4a2bcce6b13a
files lisp/files.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Mon May 06 18:56:25 2002 +0000
+++ b/lisp/files.el	Mon May 06 21:11:51 2002 +0000
@@ -552,7 +552,7 @@
 file name when searching.  If SUFFIXES is nil, it is equivalent to '(\"\").
 If non-nil, PREDICATE is used instead of `file-readable-p'.
 PREDICATE can also be an integer to pass to the access(2) function,
-in which case file-name-handlers are ignored.
+in which case file-name-handlers are ignored (this use is deprecated).
 For compatibility with XEmacs, PREDICATE can also be a symbol among
 `executable', `readable', `writable', or `exists' or a list of one
 of those symbols."