]> git.eshelyaron.com Git - emacs.git/commit
Ensure that server-socket-dir doesn't have "//" in the path
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 13 Aug 2020 10:01:01 +0000 (12:01 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 13 Aug 2020 10:01:01 +0000 (12:01 +0200)
commite9eafd22681b8e95d8d642def0512d9290564206
tree993cf9fa1a6e29f9f2706e1c2173f56f08bdcbcf
parenteb090f65ceb0ae8a90829e911694348583135ba5
Ensure that server-socket-dir doesn't have "//" in the path

* lisp/server.el (server-socket-dir): Use expand-file-name to
avoid "//" in the path name (if either XDG_RUNTIME_DIR or TMPDIR
ends in a slash) (bug#18658).
lisp/server.el