Function: timeclock-entry-project--cmacro

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

Signature

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

Documentation

compiler-macro for inlining timeclock-entry-project.

Source Code

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