; Unbreak the build broken by a recent commit

* lisp/system-sleep.el (sleep-event): Don't autoload cl-defstruct.
This commit is contained in:
Eli Zaretskii
2026-02-16 14:16:27 +02:00
parent d97326035c
commit 2b4d088257

View File

@@ -108,7 +108,6 @@
"A list of active sleep-block tokens.
If non-nil, idle sleep is inhibited by `system-sleep'.")
;;;###autoload
(cl-defstruct
(sleep-event (:type list) :named
(:constructor nil)