]> code.delx.au - gnu-emacs/blobdiff - lisp/dom.el
* lisp/emacs-lisp/pcase.el: Improve docs and error handling
[gnu-emacs] / lisp / dom.el
index 42131073a04e2a5e0591bf0fc2e48ec10c1f5886..091197a8f9d0b03d72da1b82a51933964f47943a 100644 (file)
@@ -25,6 +25,7 @@
 ;;; Code:
 
 (require 'cl-lib)
+(eval-when-compile (require 'subr-x))
 
 (defsubst dom-tag (node)
   "Return the NODE tag."