]> git.eshelyaron.com Git - emacs.git/commitdiff
(appt-make-list): Fix previous change.
authorKarl Heuer <kwzh@gnu.org>
Wed, 17 Mar 1999 05:16:07 +0000 (05:16 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 17 Mar 1999 05:16:07 +0000 (05:16 +0000)
lisp/calendar/appt.el

index 22cc7e1b84c7b97672248d9b38f8d3ab313d6d31..c667aca3dad19081653e9562ec9c42fc514c8744 100644 (file)
@@ -525,7 +525,7 @@ The time should be in either 24 hour format or am/pm format."
                          (calendar-date-equal 
                           (calendar-current-date) (car (car entry-list))))
                (let ((time-string (substring (prin1-to-string 
-                                              (cadr (car entry-list))) 2 -1)))
+                                              (cadr (car entry-list))) 1 -1)))
 
                  (while (string-match
                          "[0-9]?[0-9]:[0-9][0-9]\\(am\\|pm\\)?.*"