]> git.eshelyaron.com Git - emacs.git/commit
(Ffile_writable_p): Use stat to test for existence.
authorRichard M. Stallman <rms@gnu.org>
Sat, 24 Sep 1994 23:24:52 +0000 (23:24 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 24 Sep 1994 23:24:52 +0000 (23:24 +0000)
commit3beeedfef771cfc8961873b79d935793f2aeaecb
tree8606341788f1c893dc565b8a23426f4c68844f2f
parent0df7d18aa0263e5183fd0ed98620df88522c8870
(Ffile_writable_p): Use stat to test for existence.
(check_executable, check_writable): New functions.
(Ffile_executable_p, Ffile_writable_p): Use the new functions.

(Fread_file_name): If DEFAULT is nil and INITIAL is not,
use INITIAL to set DEFAULT.
src/fileio.c