]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/dom.el: Load subr-x when compiling, for when-let.
authorGlenn Morris <rgm@gnu.org>
Fri, 1 May 2015 00:09:50 +0000 (20:09 -0400)
committerGlenn Morris <rgm@gnu.org>
Fri, 1 May 2015 00:09:50 +0000 (20:09 -0400)
lisp/dom.el

index 42131073a04e2a5e0591bf0fc2e48ec10c1f5886..091197a8f9d0b03d72da1b82a51933964f47943a 100644 (file)
@@ -25,6 +25,7 @@
 ;;; Code:
 
 (require 'cl-lib)
+(eval-when-compile (require 'subr-x))
 
 (defsubst dom-tag (node)
   "Return the NODE tag."