Variable: appt-prev-comp-time

appt-prev-comp-time is a variable defined in appt.el.gz.

Value

nil

Documentation

Time of day (mins since midnight) at which we last checked appointments.

Source Code

;; Defined in /usr/src/emacs/lisp/calendar/appt.el.gz
(put 'appt-mode-string 'risky-local-variable t) ; for 'face property

(defvar appt-prev-comp-time nil
  "Time of day (mins since midnight) at which we last checked appointments.")