emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/eglot d6508e0 29/69: Fix #273: fix a typo


From: João Távora
Subject: [elpa] externals/eglot d6508e0 29/69: Fix #273: fix a typo
Date: Sun, 20 Oct 2019 08:21:47 -0400 (EDT)

branch: externals/eglot
commit d6508e06b3569f2c2fa6d09326eadad47f41345a
Author: haqle314 <address@hidden>
Commit: João Távora <address@hidden>

    Fix #273: fix a typo
    
    * eglot.el (eglot--lsp-position-to-point): fix eglot--warn
    call
    
    Copyright-paperwork-exempt: yes
---
 eglot.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eglot.el b/eglot.el
index aec975c..25c8fbe 100644
--- a/eglot.el
+++ b/eglot.el
@@ -1024,7 +1024,7 @@ If optional MARKER, return a marker instead"
             (col (plist-get pos-plist :character)))
         (unless (wholenump col)
           (eglot--warn
-           :eglot "Caution: LSP server sent invalid character position %s. 
Using 0 instead."
+           "Caution: LSP server sent invalid character position %s. Using 0 
instead."
            col)
           (setq col 0))
         (funcall eglot-move-to-column-function col)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]