aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/eglot.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el
index 4a9209ab9b4..cb9190a7523 100644
--- a/lisp/progmodes/eglot.el
+++ b/lisp/progmodes/eglot.el
@@ -1605,6 +1605,7 @@ If optional MARKER, return a marker instead"
1605 (directory-file-name (file-local-name truepath)) 1605 (directory-file-name (file-local-name truepath))
1606 eglot--uri-path-allowed-chars))))) 1606 eglot--uri-path-allowed-chars)))))
1607 1607
1608(declare-function w32-long-file-name "w32proc.c" (fn))
1608(defun eglot--uri-to-path (uri) 1609(defun eglot--uri-to-path (uri)
1609 "Convert URI to file path, helped by `eglot--current-server'." 1610 "Convert URI to file path, helped by `eglot--current-server'."
1610 (when (keywordp uri) (setq uri (substring (symbol-name uri) 1))) 1611 (when (keywordp uri) (setq uri (substring (symbol-name uri) 1)))