From Jeff Miller <jmiller at cablespeed.com> (tiny change)
(appt-check): Fix typo for appointments just after midnight.
This commit is contained in:
parent
47c131a004
commit
8a76ffd143
1 changed files with 2 additions and 2 deletions
|
@ -394,8 +394,8 @@ displayed in a window:
|
|||
(if (and (< appt-comp-time appt-message-warning-time)
|
||||
(> (+ cur-comp-time appt-message-warning-time)
|
||||
appt-max-time))
|
||||
(setq min-to-app (+ (- (1+ appt-max-time) cur-comp-time))
|
||||
appt-comp-time))
|
||||
(setq min-to-app (+ (- (1+ appt-max-time) cur-comp-time)
|
||||
appt-comp-time)))
|
||||
|
||||
;; issue warning if the appointment time is
|
||||
;; within appt-message-warning time
|
||||
|
|
Loading…
Add table
Reference in a new issue