diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2021-05-09 14:49:23 +0100 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2021-05-09 14:49:23 +0100 |
commit | 3d2c892114ebd35cb10928bb87f991316a0ca55c (patch) | |
tree | 7c5e267d960a14654e8de5c458fc187e7adcd375 /etc/NEWS.27 | |
parent | 515cac0dc046940bbbcb7deb5c7e8dcf8c785359 (diff) | |
download | emacs-3d2c892114ebd35cb10928bb87f991316a0ca55c.tar.gz |
; * etc/NEWS.27: Revert last change.
This reverts commit 3d276324edd90b2df9f0987f635ca0c39037a81d
2021-05-09 "; Fix decoded-time-set-defaults typo in NEWS.27."
which was mistakenly applied to etc/NEWS.27 on the master branch.
It is replaced by commit c233f4eccddf09e41441b2a292491b469fd61792
2021-05-09 "; * etc/NEWS: Fix decoded-time-set-defaults typo."
on the emacs-27 branch (bug#48298).
Diffstat (limited to 'etc/NEWS.27')
-rw-r--r-- | etc/NEWS.27 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS.27 b/etc/NEWS.27 index 4b4c1a31455..55045d10ee3 100644 --- a/etc/NEWS.27 +++ b/etc/NEWS.27 @@ -2701,7 +2701,7 @@ days there are in a month in a specific year), 'date-ordinal-to-time' (that computes the date of an ordinal day), 'decoded-time-add' (for doing computations on a decoded time structure), 'make-decoded-time' (for making a decoded time structure with only the given keywords -filled out), and 'decoded-time-set-defaults' (which fills in nil +filled out), and 'encoded-time-set-defaults' (which fills in nil elements as if it's midnight January 1st, 1970) have been added. *** In the DST slot, 'encode-time' and 'parse-time-string' now return -1 |