mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 01:34:21 +00:00
Eglot: allow other keys in window/logMessage (bug#77948)
* lisp/progmodes/eglot.el (eglot-handle-notification window/logMessage): Fix.
This commit is contained in:
parent
6ccfc89778
commit
660ebdddf6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue