]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix compilation warning in dom.el.
authorSean Whitton <spwhitton@spwhitton.name>
Sat, 26 Jul 2025 12:08:59 +0000 (13:08 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 26 Jul 2025 15:25:21 +0000 (17:25 +0200)
(cherry picked from commit bb17d9ce6ba7479a9a07f7447b32777fdc5d73d0)

lisp/dom.el

index 89f450415ea2b45f6c8248a036c327ac99d1175c..329598f4a5bfee1624b130487f14dd3f40e2950a 100644 (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."