Allow csharp-mode in c-default-style
* lisp/progmodes/cc-vars.el (c-default-style): Add csharp-mode to the type. This fixes test-custom-opts.
This commit is contained in:
parent
13bb49bc0b
commit
c43cdfd639
1 changed files with 2 additions and 0 deletions
|
@ -1043,6 +1043,8 @@ can always override the use of `c-default-style' by making calls to
|
||||||
(const :format "Pike " pike-mode) (string :format "%v"))
|
(const :format "Pike " pike-mode) (string :format "%v"))
|
||||||
(cons :format "%v"
|
(cons :format "%v"
|
||||||
(const :format "AWK " awk-mode) (string :format "%v"))
|
(const :format "AWK " awk-mode) (string :format "%v"))
|
||||||
|
(cons :format "%v"
|
||||||
|
(const :format "C# " csharp-mode) (string :format "%v"))
|
||||||
(cons :format "%v"
|
(cons :format "%v"
|
||||||
(const :format "Other " other) (string :format "%v"))))
|
(const :format "Other " other) (string :format "%v"))))
|
||||||
:group 'c)
|
:group 'c)
|
||||||
|
|
Loading…
Add table
Reference in a new issue