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:
parent
e22f333ddb
commit
45e199d4a4
@ -25,6 +25,7 @@
|
||||
;;; Code:
|
||||
|
||||
(require 'cl-lib)
|
||||
(eval-when-compile (require 'subr-x))
|
||||
|
||||
(defsubst dom-tag (node)
|
||||
"Return the NODE tag."
|
||||
|
Loading…
Reference in New Issue
Block a user