; Fix compilation warning in dom.el.

This commit is contained in:
Sean Whitton 2025-07-26 13:08:59 +01:00
parent fcdf2061ea
commit bb17d9ce6b

View file

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