]> git.eshelyaron.com Git - emacs.git/commit
Fix DND on MS-Windows with files from UNC directories
authorEli Zaretskii <eliz@gnu.org>
Sat, 2 Mar 2019 18:07:36 +0000 (20:07 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 2 Mar 2019 18:07:36 +0000 (20:07 +0200)
commitd2b5f445c1a5f9e105eb65e10b28a40645516656
tree7152c6b9e6031941e22464cbc18681c0e6fb3fc4
parent7523a9e8b26f763eecd50981a3f2d6e705284324
Fix DND on MS-Windows with files from UNC directories

* lisp/dnd.el (dnd-get-local-file-uri): Always return nil on
MS-Windows, as this method cannot possibly work there: URIs
that begin with the local system's name are UNCs, where the
//SERVER part cannot be removed.  (Bug#34675)
lisp/dnd.el