]> git.eshelyaron.com Git - emacs.git/commit
Fix project.el commands in "transient" projects
authorEli Zaretskii <eliz@gnu.org>
Wed, 29 Apr 2020 15:58:42 +0000 (18:58 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 29 Apr 2020 15:58:42 +0000 (18:58 +0300)
commit7a12ab5ea2257f8e9d3f4ba03918cf9709a728e1
treea11157a66fdde98694a8843b62b329934ab82760
parent274ec97e3c65ab082264867ba3531cb853f491a9
Fix project.el commands in "transient" projects

* lisp/progmodes/project.el (project--files-in-directory): Run
local DIR directory names through 'expand-file-name', so that "~/"
is expanded, in case the shell doesn't or the shell's notion of
the home directory is different from that of Emacs.  (Bug#40940)
lisp/progmodes/project.el