Function: timeclock-entry-comment--cmacro

timeclock-entry-comment--cmacro is a function defined in timeclock.el.gz.

Signature

(timeclock-entry-comment--cmacro _CL-WHOLE-ARG CL-X)

Documentation

compiler-macro for inlining timeclock-entry-comment.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/timeclock.el.gz
;; Closure converted to defun by helpful.
(defun timeclock-entry-comment--cmacro
    (_cl-whole-arg cl-x)
  "compiler-macro for inlining `timeclock-entry-comment'."
  (cl-block timeclock-entry-comment--cmacro
    (cl--defsubst-expand
     '(cl-x)
     '(cl-block timeclock-entry-comment
	(progn
	  (nth 3 cl-x)))
     nil nil nil cl-x)))