Remove duplicate "friend" from c-ts-mode--keywords

* lisp/progmodes/c-ts-mode.el (c-ts-mode--keywords): Remove duplicate
keyword.
This commit is contained in:
Daniel Martín 2022-12-01 00:26:04 +01:00 committed by Yuan Fu
parent 01e7d4b2a1
commit 3d976d6a03
No known key found for this signature in database
GPG key ID: 56E19BC57664A442

View 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"