1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-12 09:51:05 -07:00

; 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)