summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/debug.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-08-01 17:24:28 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2017-08-01 17:24:50 -0700
commit1a65afb7ecc2a52127d6164bad19313440237f9d (patch)
treecebf29b8dbbcec14fbdb1e8c13b143334c8fbca6 /lisp/emacs-lisp/debug.el
parentf74164a845eff579635da0a1267514ef9d040ad2 (diff)
downloademacs-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