all messages for Emacs-related lists mirrored at yhetil.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: 62850@debbugs.gnu.org
Subject: bug#62850: [PATCH] ; Eglot: fix a typo in a customization type
Date: Fri, 14 Apr 2023 14:43:54 +0000	[thread overview]
Message-ID: <qwxXa1ZR_0oQDdrT9fW_5wt0gtX5TmmZS4QRziLyRoNUDopw9nZMKLuqPE-5cLxYau8DOgou_d_9kUYC-fAkf-jQz4pw2LvxGtA_LorXgfg=@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 bc598705336210c901bf128bcd473eec80e6b7cf 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 a0581126b28..437df260fc1 100644
--- a/lisp/progmodes/eglot.el
+++ b/lisp/progmodes/eglot.el
@@ -1669,7 +1669,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:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-14 14:43 Idir Lankri via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2023-04-29  3:34 ` bug#62850: [PATCH] ; Eglot: fix a typo in a customization type Ruijie Yu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2023-04-29  6:09   ` 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

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

  git send-email \
    --in-reply-to='qwxXa1ZR_0oQDdrT9fW_5wt0gtX5TmmZS4QRziLyRoNUDopw9nZMKLuqPE-5cLxYau8DOgou_d_9kUYC-fAkf-jQz4pw2LvxGtA_LorXgfg=@protonmail.com' \
    --to=bug-gnu-emacs@gnu.org \
    --cc=62850@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.