Преглед изворни кода

Add subr-x feature for string-join.

Damien Merenne пре 5 година
родитељ
комит
ec296d222e
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      xwidget-plus-common.el

+ 2 - 1
xwidget-plus-common.el

@@ -39,8 +39,9 @@ returns an instance of an eieio class extending
           (const :tag "Default" default)
           (function :tag "Custom function")))
 
-(require 'xwidget)
 (require 'json)
+(require 'subr-x)
+(require 'xwidget)
 
 (defun xwidget-plus-make-class (class style)
   "Generate a css CLASS definition from the STYLE alist."