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

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

[elpa] externals/eglot 547721db0f 1/2: * eglot.el (eglot-handle-notifica


From: ELPA Syncer
Subject: [elpa] externals/eglot 547721db0f 1/2: * eglot.el (eglot-handle-notification): Silence byte-compiler.
Date: Fri, 21 Jan 2022 23:57:33 -0500 (EST)

branch: externals/eglot
commit 547721db0f6753301008c8ed105056e924a99275
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    * eglot.el (eglot-handle-notification): Silence byte-compiler.
---
 eglot.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eglot.el b/eglot.el
index f109fc930f..957ddde68c 100644
--- a/eglot.el
+++ b/eglot.el
@@ -1828,8 +1828,8 @@ COMMAND is a symbol naming the command."
   "Handle notification telemetry/event.") ;; noop, use events buffer
 
 (cl-defmethod eglot-handle-notification
-  (server (_method (eql textDocument/publishDiagnostics)) &key uri diagnostics
-          &allow-other-keys) ; FIXME: doesn't respect `eglot-strict-mode'
+  (_server (_method (eql textDocument/publishDiagnostics)) &key uri diagnostics
+           &allow-other-keys) ; FIXME: doesn't respect `eglot-strict-mode'
   "Handle notification publishDiagnostics."
   (cl-flet ((eglot--diag-type (sev)
               (cond ((null sev) 'eglot-error)



reply via email to

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