diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-08-01 17:24:28 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-08-01 17:24:50 -0700 |
commit | 1a65afb7ecc2a52127d6164bad19313440237f9d (patch) | |
tree | cebf29b8dbbcec14fbdb1e8c13b143334c8fbca6 /lisp/emacs-lisp/debug.el | |
parent | f74164a845eff579635da0a1267514ef9d040ad2 (diff) | |
download | emacs-1a65afb7ecc2a52127d6164bad19313440237f9d.tar.gz emacs-1a65afb7ecc2a52127d6164bad19313440237f9d.tar.bz2 emacs-1a65afb7ecc2a52127d6164bad19313440237f9d.zip |
Don’t worry about unlink if errno == ENOENT
* src/fileio.c (Fdelete_file):
* src/keyboard.c (Fopen_dribble_file): Do not report failure to
remove a file if unlink fails with errno == ENOENT. This can
happen even if Emacs is the only program removing the file, in
case an NFS cache overflows. The file does not exist if errno ==
ENOENT, so it is OK to proceed.
Diffstat (limited to 'lisp/emacs-lisp/debug.el')
0 files changed, 0 insertions, 0 deletions