bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#25116: 24.5; The month 'may' is missing, in the 'parse-time-months'


From: Michael Heerdegen
Subject: bug#25116: 24.5; The month 'may' is missing, in the 'parse-time-months' variable value, in the parse-time.el package.
Date: Mon, 05 Dec 2016 17:14:38 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

Michael Albinus <michael.albinus@gmx.de> writes:

> > The variable: 'parse-time-months' is missing the month 'May'. Tee hee
> > hee -it's been this way for so long!
> >
> > Look in the 'parse-time.el' package:
> > (defvar parse-time-months '(("jan" . 1) ("feb" . 2) ("mar" . 3)
> >                 ("apr" . 4) ("may" . 5) ("jun" . 6)
> >                 ("jul" . 7) ("aug" . 8) ("sep" . 9)
> >                 ("oct" . 10) ("nov" . 11) ("dec" . 12)
> >                 ("january" . 1) ("february" . 2)
> >                 ("march" . 3) ("april" . 4) ( !! ) ("june" . 6)
> >                 ("july" . 7) ("august" . 8)
> >                 ("september" . 9) ("october" . 10)
> >                 ("november" . 11) ("december" . 12)))
>
> Read careful: it *is* part of `parse-time-months'.

Heh? ... Ah, because it's identical with it's aberration...


Michael.





reply via email to

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