summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Martín <mardani29@yahoo.es>2022-12-01 00:26:04 +0100
committerYuan Fu <casouri@gmail.com>2022-11-30 17:35:05 -0800
commit3d976d6a0371c6c24d55b0259eac1052cb0de667 (patch)
treeb73c47e22a0e769c07146116efd4c31606690141
parent01e7d4b2a1e7c3299ac73ade27b5efa46b12742b (diff)
downloademacs-3d976d6a0371c6c24d55b0259eac1052cb0de667.tar.gz
Remove duplicate "friend" from c-ts-mode--keywords
* lisp/progmodes/c-ts-mode.el (c-ts-mode--keywords): Remove duplicate keyword.
-rw-r--r--lisp/progmodes/c-ts-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/c-ts-mode.el b/lisp/progmodes/c-ts-mode.el
index 38e9fff05ef..696e14f4d6e 100644
--- a/lisp/progmodes/c-ts-mode.el
+++ b/lisp/progmodes/c-ts-mode.el
@@ -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"