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:
Mattias Engdegård 2022-11-29 17:20:16 +01:00
parent 13bb49bc0b
commit c43cdfd639

View file

@ -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"))
(cons :format "%v"
(const :format "AWK " awk-mode) (string :format "%v"))
(cons :format "%v"
(const :format "C# " csharp-mode) (string :format "%v"))
(cons :format "%v"
(const :format "Other " other) (string :format "%v"))))
:group 'c)