emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 c43cdfd639: Allow csharp-mode in c-default-style


From: Mattias Engdegård
Subject: emacs-29 c43cdfd639: Allow csharp-mode in c-default-style
Date: Tue, 29 Nov 2022 11:36:11 -0500 (EST)

branch: emacs-29
commit c43cdfd639518c5f2e7e7cbbaf1eca40ac957eb0
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    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.
---
 lisp/progmodes/cc-vars.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el
index e0f5a7ee02..60d568add5 100644
--- a/lisp/progmodes/cc-vars.el
+++ b/lisp/progmodes/cc-vars.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]