unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#62849: [PATCH] ; Eglot: fix a typo in a customization type
@ 2023-04-14 14:32 Idir Lankri via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2023-04-18 11:18 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: Idir Lankri via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2023-04-14 14:32 UTC (permalink / raw)
  To: 62849

[-- Attachment #1: Type: text/plain, Size: 25 bytes --]





--
Idir Lankri

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Eglot-fix-a-typo-in-a-customization-type.patch --]
[-- Type: text/x-patch; name=0001-Eglot-fix-a-typo-in-a-customization-type.patch, Size: 1208 bytes --]

From 9460afa7137af944734a91e838224e6100644afa Mon Sep 17 00:00:00 2001
From: Idir Lankri <ilankri@protonmail.com>
Date: Fri, 14 Apr 2023 15:52:24 +0200
Subject: [PATCH] ; 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".
---
 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 c4f773c8426..6f42751f263 100644
--- a/lisp/progmodes/eglot.el
+++ b/lisp/progmodes/eglot.el
@@ -1703,7 +1703,7 @@ eglot-ignored-server-capabilities
           (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)
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-18 11:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-14 14:32 bug#62849: [PATCH] ; Eglot: fix a typo in a customization type Idir Lankri via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-04-18 11:18 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).