branch: elpa/d-mode
commit e2a1289b9599533d9e1004b9ce47384827568629
Author: Dmitri Makarov <[email protected]>
Commit: Dmitri Makarov <[email protected]>
Remove duplicate keywords.
---
d-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/d-mode.el b/d-mode.el
index d2a9950..0480d16 100644
--- a/d-mode.el
+++ b/d-mode.el
@@ -188,7 +188,7 @@ operators."
;; Built-in basic types
(c-lang-defconst c-primitive-type-kwds
d '("bit" "bool" "byte" "ubyte" "char" "delegate" "double" "float"
- "function" "int" "long" "ubyte" "short" "uint" "ulong" "ushort"
+ "function" "int" "long" "short" "uint" "ulong" "ushort"
"cent" "ucent" "real" "ireal" "ifloat" "creal" "cfloat" "cdouble"
"wchar" "dchar" "void" "string" "wstring" "dstring"))