Eglot: allow other keys in window/logMessage (bug#77948)

* lisp/progmodes/eglot.el (eglot-handle-notification window/logMessage): Fix.
This commit is contained in:
João Távora 2025-05-04 08:27:13 +01:00
parent 6ccfc89778
commit 660ebdddf6

View file

@ -2630,7 +2630,7 @@ return it back to the server. :null is returned if the list was empty."
(if (and actions label) (cdr (assoc label actions)) :null)))
(cl-defmethod eglot-handle-notification
(_server (_method (eql window/logMessage)) &key _type _message)
(_server (_method (eql window/logMessage)) &key _type _message &allow-other-keys)
"Handle notification window/logMessage.") ;; noop, use events buffer
(cl-defmethod eglot-handle-notification