Function: make-sleep-event--cmacro

make-sleep-event--cmacro is a function defined in system-sleep.el.gz.

Signature

(make-sleep-event--cmacro _CL-WHOLE-ARG STATE)

Documentation

compiler-macro for make-sleep-event.

Source Code

;; Defined in /usr/src/emacs/lisp/system-sleep.el.gz
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg state)
  ((cl-block make-sleep-event--cmacro
     (cl--defsubst-expand '(state)
			  '(cl-block make-sleep-event
			     (list 'sleep-event state))
			  nil nil nil state)))
  (cl-struct-sleep-event-tags) nil
  "compiler-macro for `make-sleep-event'."]