aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2026-02-16 14:16:27 +0200
committerEli Zaretskii2026-02-16 14:16:27 +0200
commit2b4d0882575d70e3a2e7bd35b3f99bd9ae2ae6c0 (patch)
treeddf32532358060b4dc2f6283879be7ad48fa59e1
parentd97326035ccb519916bc927d2c6243e05f01f267 (diff)
downloademacs-2b4d0882575d70e3a2e7bd35b3f99bd9ae2ae6c0.tar.gz
emacs-2b4d0882575d70e3a2e7bd35b3f99bd9ae2ae6c0.zip
; Unbreak the build broken by a recent commit
* lisp/system-sleep.el (sleep-event): Don't autoload cl-defstruct.
-rw-r--r--lisp/system-sleep.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/system-sleep.el b/lisp/system-sleep.el
index 75c7c2b153a..c7dc9912d3c 100644
--- a/lisp/system-sleep.el
+++ b/lisp/system-sleep.el
@@ -108,7 +108,6 @@
108 "A list of active sleep-block tokens. 108 "A list of active sleep-block tokens.
109If non-nil, idle sleep is inhibited by `system-sleep'.") 109If non-nil, idle sleep is inhibited by `system-sleep'.")
110 110
111;;;###autoload
112(cl-defstruct 111(cl-defstruct
113 (sleep-event (:type list) :named 112 (sleep-event (:type list) :named
114 (:constructor nil) 113 (:constructor nil)