branch: externals/beardbolt
commit 285f9bd9beb4deba89161cfc460e96fe546b377d
Author: Jay Kamat <[email protected]>
Commit: Jay Kamat <[email protected]>
Add missing import
---
README.org | 2 +-
rmsbolt-java.el | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 560320c71b..064a1a3449 100644
--- a/README.org
+++ b/README.org
@@ -87,7 +87,7 @@ otherwise only top level code will be shown. Python 2 is
unsupported.
** Java
-parses the output of ~javap~, so may be a little unreliable or buggy at the
+Parses the output of ~javap~, so may be a little unreliable or buggy at the
moment.
[[https://s25.postimg.cc/57s2z9uxb/output-2018-09-01-00_29_30.gif][https://s25.postimg.cc/57s2z9uxb/output-2018-09-01-00_29_30.gif]]
diff --git a/rmsbolt-java.el b/rmsbolt-java.el
index 11dd49c041..e495b2c498 100644
--- a/rmsbolt-java.el
+++ b/rmsbolt-java.el
@@ -31,6 +31,7 @@
;;; Requires:
(require 'cl-lib)
+(require 'subr-x)
;;; Code: