From 9bbd1d8c397e45e85ef7868d8ee5588f6af12162 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 26 Jul 2025 13:08:59 +0100 Subject: [PATCH] ; Fix compilation warning in dom.el. (cherry picked from commit bb17d9ce6ba7479a9a07f7447b32777fdc5d73d0) --- lisp/dom.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/dom.el b/lisp/dom.el index 89f450415ea..329598f4a5b 100644 --- a/lisp/dom.el +++ b/lisp/dom.el @@ -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." -- 2.39.5