diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/progmodes/cc-langs.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/progmodes/cc-langs.el b/lisp/progmodes/cc-langs.el index b50e7e7f098..715af32d7ea 100644 --- a/lisp/progmodes/cc-langs.el +++ b/lisp/progmodes/cc-langs.el | |||
| @@ -2055,11 +2055,10 @@ the appropriate place for that." | |||
| 2055 | "Keywords that might act as prefixes for primitive types. Assumed to | 2055 | "Keywords that might act as prefixes for primitive types. Assumed to |
| 2056 | be a subset of `c-primitive-type-kwds'." | 2056 | be a subset of `c-primitive-type-kwds'." |
| 2057 | t nil | 2057 | t nil |
| 2058 | (c c++) '("long" "short" "signed" "unsigned") | 2058 | (c c++ objc) '("long" "short" "signed" "unsigned") |
| 2059 | idl '("long" "unsigned" | 2059 | idl '("long" "unsigned" |
| 2060 | ;; In CORBA PSDL: | 2060 | ;; In CORBA PSDL: |
| 2061 | "strong")) | 2061 | "strong")) |
| 2062 | |||
| 2063 | (c-lang-defconst c-typedef-kwds | 2062 | (c-lang-defconst c-typedef-kwds |
| 2064 | "Prefix keyword(s) like \"typedef\" which make a type declaration out | 2063 | "Prefix keyword(s) like \"typedef\" which make a type declaration out |
| 2065 | of a variable declaration." | 2064 | of a variable declaration." |