]> git.eshelyaron.com Git - emacs.git/commit
Fix unknown-vs-nonexistent glitch for file timestamps
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 16 Sep 2019 03:17:43 +0000 (20:17 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 16 Sep 2019 03:18:06 +0000 (20:18 -0700)
commitba0605779e0e207161441c08afdfac57ed603f69
treebc4025b411824a01acfdc7b2b1233f65f114b979
parentde3daf063987dfc2a28cd5071b8f77446c7312e0
Fix unknown-vs-nonexistent glitch for file timestamps

* src/fileio.c (time_error_value): EACCES means the file
timestamp is unknown, not that the file does not exist.
src/fileio.c