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:
parent
01e7d4b2a1
commit
3d976d6a03
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue