[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/swift-mode 4891719d81 1/2: Fix lint errors.
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/swift-mode 4891719d81 1/2: Fix lint errors. |
Date: |
Thu, 4 Jan 2024 07:01:19 -0500 (EST) |
branch: elpa/swift-mode
commit 4891719d81aabb85f4944d2c596c1dd5346f9bac
Author: taku0 <mxxouy6x3m_github@tatapa.org>
Commit: taku0 <mxxouy6x3m_github@tatapa.org>
Fix lint errors.
---
swift-mode.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/swift-mode.el b/swift-mode.el
index a0fe96b9a8..eb6e5d5de0 100644
--- a/swift-mode.el
+++ b/swift-mode.el
@@ -241,7 +241,8 @@ Signal `scan-error' if it hits opening parentheses."
(swift-mode:current-defun-name))))
(setq-local add-log-current-defun-function #'swift-mode:current-defun-name))
-;;;###autoload (add-to-list 'auto-mode-alist '("\\.swift\\(interface\\)?\\'" .
swift-mode))
+;;;###autoload (add-to-list 'auto-mode-alist
+;;;###autoload '("\\.swift\\(interface\\)?\\'" . swift-mode))
;;;###autoload (swift-mode:add-supported-extension-for-speedbar)