diff options
author | Glenn Morris <rgm@gnu.org> | 2015-04-30 20:09:50 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2015-04-30 20:09:50 -0400 |
commit | 45e199d4a48c65d1057965ebd99a3a0ef40984d6 (patch) | |
tree | aba19f606127517b05d0482d25f2587bbcf02833 /lisp/dom.el | |
parent | e22f333ddb1af56334146583e3bdbcf85cf189d6 (diff) | |
download | emacs-45e199d4a48c65d1057965ebd99a3a0ef40984d6.tar.gz emacs-45e199d4a48c65d1057965ebd99a3a0ef40984d6.tar.bz2 emacs-45e199d4a48c65d1057965ebd99a3a0ef40984d6.zip |
* lisp/dom.el: Load subr-x when compiling, for when-let.
Diffstat (limited to 'lisp/dom.el')
-rw-r--r-- | lisp/dom.el | 1 |
1 files changed, 1 insertions, 0 deletions
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." |