Skip to content

Commit

Permalink
Fix a couple of compilation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Bozhidar Batsov committed Jul 31, 2014
1 parent 28b84de commit 4c39cd1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions inf-ruby.el
Expand Up @@ -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)
Expand Down

0 comments on commit 4c39cd1

Please sign in to comment.