unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Idir Lankri via "Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: 62849@debbugs.gnu.org
Subject: bug#62849: [PATCH] ; Eglot: fix a typo in a customization type
Date: Fri, 14 Apr 2023 14:32:53 +0000	[thread overview]
Message-ID: <qK3XTChYTQcQU7Trf1PgxLVoNcf50LJ5V_YKwQLNiM7t_72GXSquPd0vLJz9AHRhRsV_wsrKJ_V5YN2OWXKQzeIYCpTxTxdr-EUlMudKam8=@protonmail.com> (raw)

[-- 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


             reply	other threads:[~2023-04-14 14:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-14 14:32 Idir Lankri via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2023-04-18 11:18 ` bug#62849: [PATCH] ; Eglot: fix a typo in a customization type Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='qK3XTChYTQcQU7Trf1PgxLVoNcf50LJ5V_YKwQLNiM7t_72GXSquPd0vLJz9AHRhRsV_wsrKJ_V5YN2OWXKQzeIYCpTxTxdr-EUlMudKam8=@protonmail.com' \
    --to=bug-gnu-emacs@gnu.org \
    --cc=62849@debbugs.gnu.org \
    --cc=ilankri@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).