changeset 73086:cb9b57449c52

From Jeff Miller <jmiller at cablespeed.com> (tiny change) (appt-check): Fix typo for appointments just after midnight.
author Glenn Morris <rgm@gnu.org>
date Sat, 23 Sep 2006 21:39:42 +0000
parents fdb372ad6623
children 9ce57eb0c589
files lisp/calendar/appt.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calendar/appt.el	Sat Sep 23 21:39:00 2006 +0000
+++ b/lisp/calendar/appt.el	Sat Sep 23 21:39:42 2006 +0000
@@ -394,8 +394,8 @@
 		(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