Function: make-sleep-event
make-sleep-event is a byte-compiled function defined in
system-sleep.el.gz.
Signature
(make-sleep-event STATE)
Documentation
Constructor for objects of type sleep-event.
Source Code
;; Defined in /usr/src/emacs/lisp/system-sleep.el.gz
(cl-defstruct
(sleep-event (:type list) :named
(:constructor nil)
(:constructor make-sleep-event (state)))
state)