]> git.eshelyaron.com Git - emacs.git/commit
Fix problem with symlinks in compile buffers
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 26 Aug 2021 17:28:34 +0000 (19:28 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 26 Aug 2021 17:28:34 +0000 (19:28 +0200)
commitee2ffd9c9eb33a17307f36ff58caec1ba79878d2
tree25d577dcf8d295c13d6c8bd931d0b398f7ac3f4f
parent869579170b87b06dd802b563417a69564c82f559
Fix problem with symlinks in compile buffers

* lisp/progmodes/compile.el (compilation-find-file): Avoid
`expand-file-name' when computing the file names, because that will
reliably give the wrong result when there's symlinks and ".."
involved (bug#8035).
lisp/progmodes/compile.el