Function: timer--high-seconds--cmacro
timer--high-seconds--cmacro is a function defined in timer.el.gz.
Signature
(timer--high-seconds--cmacro _CL-WHOLE-ARG CL-X)
Documentation
compiler-macro for inlining timer--high-seconds.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/timer.el.gz
;; Closure converted to defun by helpful.
(defun timer--high-seconds--cmacro
(_cl-whole-arg cl-x)
"compiler-macro for inlining `timer--high-seconds'."
(cl-block timer--high-seconds--cmacro
(cl--defsubst-expand
'(cl-x)
'(cl-block timer--high-seconds
(progn
(aref cl-x 1)))
nil nil nil cl-x)))