* lisp/system-sleep.el (sleep-event-state): Define to autoload.

This commit is contained in:
Michael Albinus
2026-02-16 14:06:26 +01:00
parent 2b4d088257
commit aa12e014f6

View File

@@ -114,6 +114,8 @@ If non-nil, idle sleep is inhibited by `system-sleep'.")
(:constructor make-sleep-event (state)))
state)
;;;###autoload (autoload 'sleep-event-state "system-sleep.el")
;;;###autoload
(defcustom system-sleep-event-functions nil
"Abnormal hook invoked on system sleep events.