mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(appt-make-list): Match all lines of entry.
From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
This commit is contained in:
parent
a198aa548e
commit
dae6cb9fe9
@ -1,3 +1,11 @@
|
||||
2000-05-18 Dave Love <fx@gnu.org>
|
||||
|
||||
* info.el (Info-fontify-node): Add intangible property as well as
|
||||
invisible.
|
||||
|
||||
* calendar/appt.el (appt-make-list): Match all lines of entry.
|
||||
From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
|
||||
|
||||
2000-05-18 Kenichi Handa <handa@etl.go.jp>
|
||||
|
||||
* international/mule-diag.el (describe-char-after): Call
|
||||
|
@ -526,7 +526,7 @@ They specify the range of dates that the diary is being processed for."
|
||||
(cadr (car entry-list))) 1 -1)))
|
||||
|
||||
(while (string-match
|
||||
"[0-9]?[0-9]:[0-9][0-9]\\(am\\|pm\\)?.*"
|
||||
"[0-9]?[0-9]:[0-9][0-9]\\(am\\|pm\\)?\\(.*\n\\)*.*"
|
||||
time-string)
|
||||
(let* ((appt-time-string (match-string 0 time-string)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user