unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#59731: [PATCH] Remove duplicate "friend" from c-ts-mode--keywords
       [not found] <m1pmd4nhgl.fsf.ref@yahoo.es>
@ 2022-11-30 23:35 ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2022-12-01  1:35   ` Yuan Fu
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2022-11-30 23:35 UTC (permalink / raw)
  To: 59731

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

Tags: patch


The attached patch removes a duplicate keyword from the Tree-sitter mode
for C.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Remove-duplicate-friend-from-c-ts-mode-keywords.patch --]
[-- Type: text/patch, Size: 1083 bytes --]

From b35fdbed3e1632c04b6fba2512189816bbb6aafd Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Mart=C3=ADn?= <mardani29@yahoo.es>
Date: Thu, 1 Dec 2022 00:26:04 +0100
Subject: [PATCH] Remove duplicate "friend" from c-ts-mode--keywords

* lisp/progmodes/c-ts-mode.el (c-ts-mode--keywords): Remove duplicate
keyword.
---
 lisp/progmodes/c-ts-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/c-ts-mode.el b/lisp/progmodes/c-ts-mode.el
index 2bebc1652d..4a05435367 100644
--- a/lisp/progmodes/c-ts-mode.el
+++ b/lisp/progmodes/c-ts-mode.el
@@ -179,7 +179,7 @@ c-ts-mode--keywords
                   "catch" "class" "co_await" "co_return"
                   "co_yield" "compl" "concept" "consteval"
                   "constexpr" "constinit" "decltype" "delete"
-                  "explicit" "final" "friend" "friend"
+                  "explicit" "final" "friend"
                   "mutable" "namespace" "new" "noexcept"
                   "not" "not_eq" "operator" "or"
                   "or_eq" "override" "private" "protected"
-- 
2.34.1


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

* bug#59731: [PATCH] Remove duplicate "friend" from c-ts-mode--keywords
  2022-11-30 23:35 ` bug#59731: [PATCH] Remove duplicate "friend" from c-ts-mode--keywords Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2022-12-01  1:35   ` Yuan Fu
  0 siblings, 0 replies; 2+ messages in thread
From: Yuan Fu @ 2022-12-01  1:35 UTC (permalink / raw)
  To: Daniel Martín; +Cc: 59731-done


Daniel Martín <mardani29@yahoo.es> writes:

> Tags: patch
>
>
> The attached patch removes a duplicate keyword from the Tree-sitter mode
> for C.

Thanks! Merged.

Yuan





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

end of thread, other threads:[~2022-12-01  1:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <m1pmd4nhgl.fsf.ref@yahoo.es>
2022-11-30 23:35 ` bug#59731: [PATCH] Remove duplicate "friend" from c-ts-mode--keywords Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-12-01  1:35   ` Yuan Fu

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).