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

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

[nongnu] elpa/inf-ruby 23929579a6 124/265: Merge pull request #57 from b


From: ELPA Syncer
Subject: [nongnu] elpa/inf-ruby 23929579a6 124/265: Merge pull request #57 from bbatsov/compilation-warnings
Date: Sat, 9 Jul 2022 21:59:19 -0400 (EDT)

branch: elpa/inf-ruby
commit 23929579a6d6881aa107038b9351c93f234708f0
Merge: 28b84de084 4c39cd1509
Author: Dmitry Gutov <dgutov@yandex.ru>
Commit: Dmitry Gutov <dgutov@yandex.ru>

    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

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