emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 3393364 2/2: Make diary-european-date-forms element


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 3393364 2/2: Make diary-european-date-forms elements mutually exclusive
Date: Thu, 15 Aug 2019 21:39:38 -0400 (EDT)

branch: master
commit 3393364b6b925ec6ad4b2570ed8ea5358170b312
Author: Andreas Merziger <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Make diary-european-date-forms elements mutually exclusive
    
    * lisp/calendar/calendar.el (diary-european-date-forms): Make the
    elements mutually exclusive (bug#13536).
---
 lisp/calendar/calendar.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/calendar/calendar.el b/lisp/calendar/calendar.el
index 14604a6..e7a7bd4 100644
--- a/lisp/calendar/calendar.el
+++ b/lisp/calendar/calendar.el
@@ -799,7 +799,7 @@ but `diary-date-forms' (which see)."
   '((day "/" month "[^/0-9]")
     (day "/" month "/" year "[^0-9]")
     (backup day " *" monthname "\\W+\\<\\([^*0-9]\\|\\([0-9]+[:aApP]\\)\\)")
-    (day " *" monthname " *" year "[^0-9]")
+    (day " *" monthname " *" year "[^0-9:aApP]")
     (dayname "\\W"))
   "List of pseudo-patterns describing the European style of dates.
 The defaults are: DAY/MONTH; DAY/MONTH/YEAR; DAY MONTHNAME;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]