]> git.eshelyaron.com Git - emacs.git/commitdiff
; Avoid compiler warning in eglot.el.
authorEli Zaretskii <eliz@gnu.org>
Wed, 5 Apr 2023 09:23:54 +0000 (12:23 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 5 Apr 2023 09:23:54 +0000 (12:23 +0300)
lisp/progmodes/eglot.el

index 4a9209ab9b43c6d2eb68167f5658b7856e9227d7..cb9190a7523070ab0cf20ed0f34589a7a790d951 100644 (file)
@@ -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)))