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

    Add autoload token
---
 swift-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/swift-mode.el b/swift-mode.el
index 4cc7696..2177a79 100644
--- a/swift-mode.el
+++ b/swift-mode.el
@@ -161,6 +161,7 @@
     st)
   "Syntax table for `swift-mode'.")
 
+;;;###autoload
 (define-derived-mode swift-mode prog-mode "Swift"
   "Major mode for Apple's Swift programming language.
 

Reply via email to