branch: externals/csharp-mode
commit 9e78a2662d032d22b2804c602b4a4650884fd728
Author: Vasilij Schneidermann <v.schneiderm...@gmail.com>
Commit: Vasilij Schneidermann <v.schneiderm...@gmail.com>

    Derive from prog-mode
---
 csharp-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/csharp-mode.el b/csharp-mode.el
index 408cb12..245e324 100644
--- a/csharp-mode.el
+++ b/csharp-mode.el
@@ -4165,7 +4165,7 @@ The return value is meaningless, and is ignored by 
cc-mode.
 
 
 ;;;###autoload
-(define-derived-mode csharp-mode c-mode "C#"
+(define-derived-mode csharp-mode prog-mode "C#"
   "Major mode for editing C# code.
 
 The mode provides fontification and indent for C# syntax, as well

Reply via email to