8000 Fix lint errors. · swift-emacs/swift-mode@4891719 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4891719

Browse files
committed
Fix lint errors.
1 parent e58417e commit 4891719

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

swift-mode.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,8 @@ Signal `scan-error' if it hits opening parentheses."
241241
(swift-mode:current-defun-name))))
242242
(setq-local add-log-current-defun-function #'swift-mode:current-defun-name))
243243

244-
;;;###autoload (add-to-list 'auto-mode-alist '("\\.swift\\(interface\\)?\\'" . swift-mode))
244+
;;;###autoload (add-to-list 'auto-mode-alist
245+
;;;###autoload '("\\.swift\\(interface\\)?\\'" . swift-mode))
245246

246247
;;;###autoload (swift-mode:add-supported-extension-for-speedbar)
247248

0 commit comments

Comments
 (0)
0