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

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

[elpa] externals/beardbolt 285f9bd9be 074/323: Add missing import


From: ELPA Syncer
Subject: [elpa] externals/beardbolt 285f9bd9be 074/323: Add missing import
Date: Thu, 9 Mar 2023 10:58:19 -0500 (EST)

branch: externals/beardbolt
commit 285f9bd9beb4deba89161cfc460e96fe546b377d
Author: Jay Kamat <jaygkamat@gmail.com>
Commit: Jay Kamat <jaygkamat@gmail.com>

    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:
 



reply via email to

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