branch: elpa/dart-mode
commit 90f1120e59a4fd9369b065c7144feaa953043704
Author: Brady Trainor <[email protected]>
Commit: Brady Trainor <[email protected]>

    Require subr-x for string-empty-p
---
 dart-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dart-mode.el b/dart-mode.el
index 856c488..15168f7 100644
--- a/dart-mode.el
+++ b/dart-mode.el
@@ -87,6 +87,7 @@
 (require 'json)
 (require 'rx)
 (require 's)
+(require 'subr-x)
 
 ;;; Utility functions and macros
 

Reply via email to