diff options
| -rw-r--r-- | lisp/calendar/calendar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el index 0ed6d844a6d..4a4690ec3f3 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." | |||
| 518 | (defcustom european-date-diary-pattern | 518 | (defcustom european-date-diary-pattern |
| 519 | '((day "/" month "[^/0-9]") | 519 | '((day "/" month "[^/0-9]") |
| 520 | (day "/" month "/" year "[^0-9]") | 520 | (day "/" month "/" year "[^0-9]") |
| 521 | (backup day " *" monthname "\\W+\\<[^*0-9]") | 521 | (backup day " *" monthname "\\W+\\<\\([^*0-9]\\|\\([0-9]+[:aApP]\\)\\)") |
| 522 | (day " *" monthname " *" year "[^0-9]") | 522 | (day " *" monthname " *" year "[^0-9]") |
| 523 | (dayname "\\W")) | 523 | (dayname "\\W")) |
| 524 | "*List of pseudo-patterns describing the European patterns of date used. | 524 | "*List of pseudo-patterns describing the European patterns of date used. |