branch: elpa/inf-ruby
commit 23929579a6d6881aa107038b9351c93f234708f0
Merge: 28b84de084 4c39cd1509
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>

    Merge pull request #57 from bbatsov/compilation-warnings
    
    Fix a couple of compilation warnings
---
 inf-ruby.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/inf-ruby.el b/inf-ruby.el
index e6b55be48c..9f6da521b2 100755
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -59,6 +59,10 @@
 (require 'ruby-mode)
 (require 'thingatpt)
 
+(eval-when-compile
+  (defvar rspec-compilation-mode-map)
+  (defvar ruby-compilation-mode-map))
+
 (defgroup inf-ruby nil
   "Run Ruby process in a buffer"
   :group 'languages)

Reply via email to