Function: timer--low-seconds--cmacro

timer--low-seconds--cmacro is a function defined in timer.el.gz.

Signature

(timer--low-seconds--cmacro _CL-WHOLE-ARG CL-X)

Documentation

compiler-macro for inlining timer--low-seconds.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/timer.el.gz
;; Closure converted to defun by helpful.
(defun timer--low-seconds--cmacro
    (_cl-whole-arg cl-x)
  "compiler-macro for inlining `timer--low-seconds'."
  (cl-block timer--low-seconds--cmacro
    (cl--defsubst-expand
     '(cl-x)
     '(cl-block timer--low-seconds
	(progn
	  (aref cl-x 2)))
     nil nil nil cl-x)))