change.
(top-level): Activate package when loaded (needed for backwards
compatibility).
;; get the first time off of the list
;; and calculate the number of minutes until the appointment.
- (if appt-time-msg-list
+ (if (and appt-issue-message appt-time-msg-list)
(let ((appt-comp-time (car (car (car appt-time-msg-list)))))
(setq min-to-app (- appt-comp-time cur-comp-time))
(appt-check t))))
+;; This is needed for backwards compatibility. Feh.
+(appt-activate 1)
+
+
(provide 'appt)
;;; arch-tag: bf5791c4-8921-499e-a26f-772b1788d347