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

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

[nongnu] elpa/inf-ruby 4c39cd1509 123/265: Fix a couple of compilation w


From: ELPA Syncer
Subject: [nongnu] elpa/inf-ruby 4c39cd1509 123/265: Fix a couple of compilation warnings
Date: Sat, 9 Jul 2022 21:59:19 -0400 (EDT)

branch: elpa/inf-ruby
commit 4c39cd15092c559d61fd7977d5805b16f8888dee
Author: Bozhidar Batsov <bozhidar@tradeo.com>
Commit: Bozhidar Batsov <bozhidar@tradeo.com>

    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]