emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#62849: closed ([PATCH] ; Eglot: fix a typo in a customization type)


From: GNU bug Tracking System
Subject: bug#62849: closed ([PATCH] ; Eglot: fix a typo in a customization type)
Date: Tue, 18 Apr 2023 11:19:01 +0000

Your message dated Tue, 18 Apr 2023 14:18:47 +0300
with message-id <83354xa160.fsf@gnu.org>
and subject line Re: bug#62849: [PATCH] ; Eglot: fix a typo in a customization 
type
has caused the debbugs.gnu.org bug report #62849,
regarding [PATCH] ; Eglot: fix a typo in a customization type
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
62849: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62849
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] ; Eglot: fix a typo in a customization type Date: Fri, 14 Apr 2023 14:32:53 +0000



--
Idir Lankri

Attachment: 0001-Eglot-fix-a-typo-in-a-customization-type.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: bug#62849: [PATCH] ; Eglot: fix a typo in a customization type Date: Tue, 18 Apr 2023 14:18:47 +0300
> Date: Fri, 14 Apr 2023 14:32:53 +0000
> From:  Idir Lankri via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> 
> 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)

Thanks, installed on the emacs-29 branch, and closing the bug.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]