branch: elpa/inf-ruby
commit d91f395070f1c72dda62c2b50d4cde5588a9f270
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>
Add missing require for thingatpt
beginning-of-thing is part of thingatpt
---
inf-ruby.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/inf-ruby.el b/inf-ruby.el
index 6670cd4c13..14dc33e6d5 100755
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -40,6 +40,7 @@
(require 'comint)
(require 'compile)
(require 'ruby-mode)
+(require 'thingatpt)
(defvar inf-ruby-default-implementation "ruby"
"Which Ruby implementation to use if none is specified.")