]> git.eshelyaron.com Git - emacs.git/commit
Fix handling of UNCs in 'parse-colon-path
authorEli Zaretskii <eliz@gnu.org>
Wed, 24 Aug 2022 16:19:33 +0000 (19:19 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 24 Aug 2022 16:19:33 +0000 (19:19 +0300)
commit95b1eacd4750da7329380aabcb383a8f9d96a59b
tree1ee5aef4ce7372df0232118057a2388ce213d0e2
parent3835255a38dc8c2a37c063fdcb7f3486094893e9
Fix handling of UNCs in 'parse-colon-path

* lisp/files.el (parse-colon-path): Don't remove the second
leading slash on systems that support UNCs.  (Bug#57353)

* test/lisp/files-tests.el (files-tests-bug-21454): Update
expected results.
(files-colon-path): Add a new test pattern.
lisp/files.el
test/lisp/files-tests.el