From 81d1f46d0fe0e4d8656e4994fd77b60b197f2bcf Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 5 Apr 2023 12:23:54 +0300 Subject: [PATCH] ; Avoid compiler warning in eglot.el. --- lisp/progmodes/eglot.el | 1 + 1 file changed, 1 insertion(+) 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" (directory-file-name (file-local-name truepath)) eglot--uri-path-allowed-chars))))) +(declare-function w32-long-file-name "w32proc.c" (fn)) (defun eglot--uri-to-path (uri) "Convert URI to file path, helped by `eglot--current-server'." (when (keywordp uri) (setq uri (substring (symbol-name uri) 1))) -- 2.39.2