From: Sean Whitton Date: Sat, 26 Jul 2025 12:08:59 +0000 (+0100) Subject: ; Fix compilation warning in dom.el. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9bbd1d8c397e45e85ef7868d8ee5588f6af12162;p=emacs.git ; Fix compilation warning in dom.el. (cherry picked from commit bb17d9ce6ba7479a9a07f7447b32777fdc5d73d0) --- 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."