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

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

[nongnu] elpa/swift-mode 7e77211 087/496: Remove redundant autoload


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode 7e77211 087/496: Remove redundant autoload
Date: Sun, 29 Aug 2021 11:33:13 -0400 (EDT)

branch: elpa/swift-mode
commit 7e77211a4f09747078a11706c35f2ababdc1916e
Author: Bozhidar Batsov <bozhidar@batsov.com>
Commit: Bozhidar Batsov <bozhidar@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)



reply via email to

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