branch: elpa/swift-mode commit 7e77211a4f09747078a11706c35f2ababdc1916e Author: Bozhidar Batsov <bozhi...@batsov.com> Commit: Bozhidar Batsov <bozhi...@batsov.com>
Remove redundant autoload --- swift-mode.el | 1 - 1 file changed, 1 deletion(-) diff --git a/swift-mode.el b/swift-mode.el index 38569de..ad48ca8 100644 --- a/swift-mode.el +++ b/swift-mode.el @@ -403,7 +403,6 @@ You can send text to the REPL process from other buffers containing source. table)) -;;;###autoload (defvar swift-mode-map (let ((map (make-sparse-keymap))) (define-key map (kbd "C-c C-z") 'swift-mode-run-repl)