Function: timeclock-entry-list-end
timeclock-entry-list-end is a byte-compiled function defined in
timeclock.el.gz.
Signature
(timeclock-entry-list-end ENTRY-LIST)
Documentation
Return the end time of the last element of ENTRY-LIST.
Source Code
;; Defined in /usr/src/emacs/lisp/calendar/timeclock.el.gz
(defsubst timeclock-entry-list-end (entry-list)
"Return the end time of the last element of ENTRY-LIST."
(timeclock-entry-end (car (last entry-list))))