; Avoid compiler warning in eglot.el.
This commit is contained in:
parent
38cdfcb212
commit
81d1f46d0f
1 changed files with 1 additions and 0 deletions
|
@ -1605,6 +1605,7 @@ If optional MARKER, return a marker instead"
|
||||||
(directory-file-name (file-local-name truepath))
|
(directory-file-name (file-local-name truepath))
|
||||||
eglot--uri-path-allowed-chars)))))
|
eglot--uri-path-allowed-chars)))))
|
||||||
|
|
||||||
|
(declare-function w32-long-file-name "w32proc.c" (fn))
|
||||||
(defun eglot--uri-to-path (uri)
|
(defun eglot--uri-to-path (uri)
|
||||||
"Convert URI to file path, helped by `eglot--current-server'."
|
"Convert URI to file path, helped by `eglot--current-server'."
|
||||||
(when (keywordp uri) (setq uri (substring (symbol-name uri) 1)))
|
(when (keywordp uri) (setq uri (substring (symbol-name uri) 1)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue