From bb0541f8bae3bec43fb514f2fc6f10849935aa1b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 2 Aug 1999 00:32:50 +0000 Subject: (european-date-diary-pattern): Fix pattern so it does not interpret a time as the year in a day-month entry. --- lisp/calendar/calendar.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index 0ed6d844a6..4a4690ec3f 100644 --- a/lisp/calendar/calendar.el +++ b/lisp/calendar/calendar.el @@ -518,7 +518,7 @@ See the documentation of `diary-date-forms' for an explanation." (defcustom european-date-diary-pattern '((day "/" month "[^/0-9]") (day "/" month "/" year "[^0-9]") - (backup day " *" monthname "\\W+\\<[^*0-9]") + (backup day " *" monthname "\\W+\\<\\([^*0-9]\\|\\([0-9]+[:aApP]\\)\\)") (day " *" monthname " *" year "[^0-9]") (dayname "\\W")) "*List of pseudo-patterns describing the European patterns of date used. -- cgit v1.2.3