emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/csharp-mode 0de2bbc 400/459: Fix byte compilation error


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode 0de2bbc 400/459: Fix byte compilation errors
Date: Sun, 22 Aug 2021 14:00:10 -0400 (EDT)

branch: externals/csharp-mode
commit 0de2bbcfc0a675213ce7829c57dda6820fabc5ef
Author: Theodor Thornhill <theo@thornhill.no>
Commit: Theodor Thornhill <theo@thornhill.no>

    Fix byte compilation errors
---
 csharp-mode.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/csharp-mode.el b/csharp-mode.el
index c416c32..c6485dd 100644
--- a/csharp-mode.el
+++ b/csharp-mode.el
@@ -660,7 +660,8 @@ compilation and evaluation time conflicts."
 ;;; Tree-sitter
 
 (defcustom csharp-mode-enable-tree-sitter nil
-  "Use tree sitter for font locking and indentation.")
+  "Use tree sitter for font locking and indentation."
+  :type 'boolean)
 
 (defvar-local csharp-mode-tree-sitter-patterns
   [ ;; Various constructs
@@ -842,6 +843,7 @@ compilation and evaluation time conflicts."
 
 (defcustom csharp-mode-indent-offset 4
   "Indent offset for csharp-mode"
+  :type 'integer
   :group 'csharp)
 
 (defcustom csharp-mode-indent-scopes



reply via email to

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