]> git.eshelyaron.com Git - emacs.git/commit
Revert "file-truename now uses realpath for local files"
authorEli Zaretskii <eliz@gnu.org>
Sat, 7 Sep 2019 07:14:31 +0000 (10:14 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 7 Sep 2019 07:14:31 +0000 (10:14 +0300)
commitf42509955901bbc81284b5141cf272a1f6c6ad4c
tree7e4ef2dd5346a18fe66ba9c359644834ef2bbe4b
parenta59839d7556ef85058e09b005f0ff32e59b20ec3
Revert "file-truename now uses realpath for local files"

This reverts commit a59839d7556ef85058e09b005f0ff32e59b20ec3.
This commit broke the MS-Windows build (because there's no
realpath on MS-Windows).  Even if I change the implementation
to always signal an error on MS-Windows, the build fails.
lisp/files.el
src/fileio.c