mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
Merge remote-tracking branch 'origin/stable-2.0'
This commit is contained in:
commit
d5e1f82240
1 changed files with 1 additions and 1 deletions
|
@ -800,7 +800,7 @@ ordered alist."
|
|||
port)
|
||||
(display-digits (date-day date) 2 port)
|
||||
(display (case (date-month date)
|
||||
((1) " Jan ") ((2) " Feb ") ((3) " Ma ")
|
||||
((1) " Jan ") ((2) " Feb ") ((3) " Mar ")
|
||||
((4) " Apr ") ((5) " May ") ((6) " Jun ")
|
||||
((7) " Jul ") ((8) " Aug ") ((9) " Sep ")
|
||||
((10) " Oct ") ((11) " Nov ") ((12) " Dec ")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue