]> git.eshelyaron.com Git - emacs.git/commit
Improve rename-file fix (bug#34069)
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 18 Dec 2022 20:57:57 +0000 (12:57 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 18 Dec 2022 21:04:54 +0000 (13:04 -0800)
commit79e1bff2694444a27036b08e8fa2a6619b40dc2a
treea633756420ab05ec067902dddf09ee745c4a97eb
parentab3cfa4a17663cf479f286149a2289974dd67240
Improve rename-file fix (bug#34069)

* src/fileio.c (Frename_file): No need for a special case to
rename a fifo, since we already tried and failed to rename it.
Also improve symlink handling, in that if readlink fails report an
error rather than trying to treat the link as a regular file.
src/fileio.c