From: Kevin Ryde Date: Mon, 15 Sep 2003 22:29:32 +0000 (+0000) Subject: Add another comment to: X-Git-Url: http://git.hcoop.net/bpt/guile.git/commitdiff_plain/f319727482032c70babda70d3f8f813f449437ed Add another comment to: (file-exists?): Use stat rather than access?, ... --- diff --git a/ice-9/boot-9.scm b/ice-9/boot-9.scm index 5ec9b3234..b06c34484 100644 --- a/ice-9/boot-9.scm +++ b/ice-9/boot-9.scm @@ -407,6 +407,7 @@ (if (provided? 'socket) (primitive-load-path "ice-9/networking.scm")) +;; For reference, Emacs file-exists-p uses stat in this same way. ;; ENHANCE-ME: Catching an exception from stat is a bit wasteful, do this in ;; C where all that's needed is to inspect the return from stat(). (define file-exists?