]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove duplicate "friend" from c-ts-mode--keywords
authorDaniel Martín <mardani29@yahoo.es>
Wed, 30 Nov 2022 23:26:04 +0000 (00:26 +0100)
committerYuan Fu <casouri@gmail.com>
Thu, 1 Dec 2022 01:35:05 +0000 (17:35 -0800)
* lisp/progmodes/c-ts-mode.el (c-ts-mode--keywords): Remove duplicate
keyword.

lisp/progmodes/c-ts-mode.el

index 38e9fff05efe4e819ca2365cbd340ef5a4fd7739..696e14f4d6e8d31775315e5113be77a52cd549e3 100644 (file)
@@ -179,7 +179,7 @@ MODE is either `c' or `cpp'."
                   "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"