1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

* lisp/dom.el: Load subr-x when compiling, for when-let.

This commit is contained in:
Glenn Morris 2015-04-30 20:09:50 -04:00
parent e22f333ddb
commit 45e199d4a4

View File

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