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 timer--low-seconds.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/timer.el.gz
;; Could not find source code, showing raw function object.
#[(_cl-whole-arg cl-x)
  ((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)))
  (t) nil "compiler-macro for `timer--low-seconds'."]