1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-15 19:31:29 -07:00

* 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.