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

    fixup! Add swift repl commands to mode map
---
 swift-mode.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/swift-mode.el b/swift-mode.el
index ba37010..fbeb962 100644
--- a/swift-mode.el
+++ b/swift-mode.el
@@ -413,7 +413,8 @@ You can send text to the REPL process from other buffers 
containing source.
   (let ((km (make-sparse-keymap)))
     (define-key km (kbd "C-c C-z") 'swift-mode-run-repl)
     (define-key km (kbd "C-c C-f") 'swift-mode-send-buffer)
-    (define-key km (kbd "C-c C-r") 'swift-mode-send-region))
+    (define-key km (kbd "C-c C-r") 'swift-mode-send-region)
+    km)
   "Key km for swift mode.")
 
 ;;;###autoload

Reply via email to