differing behavior of \n and ^ in strings. (Bug#3385)
2009-06-22 Glenn Morris <rgm@gnu.org>
+ * calendar/appt.el (appt-make-list): Fix off-by-one error caused by
+ differing behavior of \n and ^ in strings. (Bug#3385)
+
* emacs-lisp/cl-indent.el: Remove leading "*" from defcustom docs.
* emacs-lisp/lisp-mode.el (lisp-indent-offset): Fix safe-local-variable
(match-end 0)))
;; Get the whole string for this appointment.
(appt-time-string
- (substring time-string beg (if end (1- end))))
+ (substring time-string beg end))
(appt-time (list (appt-convert-time only-time)))
(time-msg (list appt-time appt-time-string)))
;; Add this appointment to appt-time-msg-list.