From 45e199d4a48c65d1057965ebd99a3a0ef40984d6 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 30 Apr 2015 20:09:50 -0400 Subject: [PATCH] * lisp/dom.el: Load subr-x when compiling, for when-let. --- lisp/dom.el | 1 + 1 file changed, 1 insertion(+) 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." -- 2.11.4.GIT