mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-15 18:26:36 -04:00
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
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue