From: Glenn Morris Date: Fri, 1 May 2015 00:09:50 +0000 (-0400) Subject: * lisp/dom.el: Load subr-x when compiling, for when-let. X-Git-Tag: emacs-25.0.90~2238 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=45e199d4a48c65d1057965ebd99a3a0ef40984d6;p=emacs.git * lisp/dom.el: Load subr-x when compiling, for when-let. --- diff --git a/lisp/dom.el b/lisp/dom.el index 42131073a04..091197a8f9d 100644 --- a/lisp/dom.el +++ b/lisp/dom.el @@ -25,6 +25,7 @@ ;;; Code: (require 'cl-lib) +(eval-when-compile (require 'subr-x)) (defsubst dom-tag (node) "Return the NODE tag."