]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove duplicate entry for "registration" lsp type
authorBrian Leung <bkleung89@gmail.com>
Mon, 1 Feb 2021 15:44:52 +0000 (07:44 -0800)
committerGitHub <noreply@github.com>
Mon, 1 Feb 2021 15:44:52 +0000 (15:44 +0000)
* eglot.el (eglot--lsp-interface-alist): Remove extra Registration entry.

Copyright-paperwork-exempt: yes
GitHub-reference: fix https://github.com/joaotavora/eglot/issues/612

lisp/progmodes/eglot.el

index 158a1084993be9f2116d9c186766aec380966e1a..e1387235ff579103625fac9e07cdade924a8a8cd 100644 (file)
@@ -272,7 +272,6 @@ let the buffer grow forever."
       (Position (:line :character))
       (Range (:start :end))
       (Registration (:id :method) (:registerOptions))
-      (Registration (:id :method) (:registerOptions))
       (ResponseError (:code :message) (:data))
       (ShowMessageParams (:type :message))
       (ShowMessageRequestParams (:type :message) (:actions))