Variable: timeclock-last-event

timeclock-last-event is a variable defined in timeclock.el.gz.

Value

nil

Documentation

A list containing the last event that was recorded.

The format of this list is (CODE TIME PROJECT).

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/timeclock.el.gz
(defvar timeclock-last-event nil
  "A list containing the last event that was recorded.
The format of this list is (CODE TIME PROJECT).")