branch: elpa/inf-ruby
commit cfb1c89a2581c1a71feba3a8ee3d0b925ab1febb
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>

    inf-ruby-minor-mode-map: Initialize to the resulting map
    
    Oops
---
 inf-ruby.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/inf-ruby.el b/inf-ruby.el
index a0569d428b..cbf84d5083 100755
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -94,7 +94,8 @@ next one.")
     (define-key map (kbd "C-c M-r") 'ruby-send-region-and-go)
     (define-key map (kbd "C-c C-z") 'ruby-switch-to-inf)
     (define-key map (kbd "C-c C-l") 'ruby-load-file)
-    (define-key map (kbd "C-c C-s") 'inf-ruby)))
+    (define-key map (kbd "C-c C-s") 'inf-ruby)
+    map))
 
 ;;;###autoload
 (define-minor-mode inf-ruby-minor-mode

Reply via email to