[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-29 1456adf4248: ; Eglot: fix a typo in a customization type
From: |
Eli Zaretskii |
Subject: |
emacs-29 1456adf4248: ; Eglot: fix a typo in a customization type |
Date: |
Tue, 18 Apr 2023 07:18:09 -0400 (EDT) |
branch: emacs-29
commit 1456adf4248117b9889c6fa71f798ada2f45a3a4
Author: Idir Lankri <ilankri@protonmail.com>
Commit: Eli Zaretskii <eliz@gnu.org>
; Eglot: fix a typo in a customization type
* lisp/progmodes/eglot.el (eglot-ignored-server-capabilities): Fix the
value associated with the tag "Go to declaration". (Bug#62849)
Copyright-paperwork-exempt: yes
---
lisp/progmodes/eglot.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el
index 4943b44107a..9b499b944cd 100644
--- a/lisp/progmodes/eglot.el
+++ b/lisp/progmodes/eglot.el
@@ -1673,7 +1673,7 @@ under cursor."
(const :tag "Go to definition" :definitionProvider)
(const :tag "Go to type definition" :typeDefinitionProvider)
(const :tag "Go to implementation" :implementationProvider)
- (const :tag "Go to declaration" :implementationProvider)
+ (const :tag "Go to declaration" :declarationProvider)
(const :tag "Find references" :referencesProvider)
(const :tag "Highlight symbols automatically"
:documentHighlightProvider)
(const :tag "List symbols in buffer" :documentSymbolProvider)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-29 1456adf4248: ; Eglot: fix a typo in a customization type,
Eli Zaretskii <=