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

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

[nongnu] elpa/swift-mode c3a0a66 065/496: Fix custom variable types


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode c3a0a66 065/496: Fix custom variable types
Date: Sun, 29 Aug 2021 11:33:09 -0400 (EDT)

branch: elpa/swift-mode
commit c3a0a668ddb4115933664b2830e7747f7728e837
Author: Chris Barrett <chris.d.barrett@me.com>
Commit: Chris Barrett <chris.d.barrett@me.com>

    Fix custom variable types
---
 swift-mode.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/swift-mode.el b/swift-mode.el
index 8ceea49..7eefb8c 100644
--- a/swift-mode.el
+++ b/swift-mode.el
@@ -44,12 +44,12 @@
 (defcustom swift-indent-offset 4
   "Defines the indentation offset for Swift code."
   :group 'swift
-  :type 'integer)
+  :type 'integerp)
 
 (defcustom swift-indent-switch-case-offset 0
   "Defines the indentation offset for cases in a switch statement."
   :group 'swift
-  :type 'integer)
+  :type 'integerp)
 
 ;;; Indentation
 



reply via email to

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