emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/files.el


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Mon, 06 May 2002 17:11:53 -0400

Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.571 emacs/lisp/files.el:1.572
*** emacs/lisp/files.el:1.571   Mon Apr 29 21:56:23 2002
--- emacs/lisp/files.el Mon May  6 17:11:51 2002
***************
*** 552,558 ****
  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.
  For compatibility with XEmacs, PREDICATE can also be a symbol among
  `executable', `readable', `writable', or `exists' or a list of one
  of those symbols."
--- 552,558 ----
  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 (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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]