branch: externals/svg-tag-mode
commit 90c15ebc07860bfbaf4f2d5251f6a3c0f07f11e9
Author: Masahiro Nakamura <13937915+tsu...@users.noreply.github.com>
Commit: Masahiro Nakamura <13937915+tsu...@users.noreply.github.com>

    Load subr-x for string-trim
---
 svg-tag-mode.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/svg-tag-mode.el b/svg-tag-mode.el
index 2d9b4057ff..3f220843eb 100644
--- a/svg-tag-mode.el
+++ b/svg-tag-mode.el
@@ -61,6 +61,7 @@
 ;;
 ;;; Code:
 (require 'svg)
+(eval-when-compile (require 'subr-x))
 
 (defvar svg-tags nil)
 (defvar active-svg-tags nil)

Reply via email to