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

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

[nongnu] elpa/dart-mode 90f1120 162/192: Require subr-x for string-empty


From: ELPA Syncer
Subject: [nongnu] elpa/dart-mode 90f1120 162/192: Require subr-x for string-empty-p
Date: Sun, 29 Aug 2021 11:02:10 -0400 (EDT)

branch: elpa/dart-mode
commit 90f1120e59a4fd9369b065c7144feaa953043704
Author: Brady Trainor <mail@bradyt.com>
Commit: Brady Trainor <mail@bradyt.com>

    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

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