From: Stefan Monnier Date: Mon, 6 May 2002 21:11:51 +0000 (+0000) Subject: (locate-file): Deprecate integer values for predicate. X-Git-Tag: ttn-vms-21-2-B4~15169 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=21936ea51ec84f7860dd4aa8fda24798ecb75c76;p=emacs.git (locate-file): Deprecate integer values for predicate. --- diff --git a/lisp/files.el b/lisp/files.el index 4733a47df5f..7a33267789a 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -552,7 +552,7 @@ If SUFFIXES is non-nil, it should be a list of suffixes to append to 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."