From ed4fd33223e6cc2bafd7323abc91e0bee23accb4 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 22 Jan 2022 04:40:12 +0100 Subject: [PATCH] * eglot.el (eglot-handle-notification): silence byte-compiler. --- lisp/progmodes/eglot.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index f109fc930ff..957ddde68c2 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/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) -- 2.39.5