current-time-list now defaults to nil in Emacs master

Paul Eggert <[email protected]> Fri, 24 Jul 2026 14:08:04 -0700
Newsgroups gmane.emacs.devel
Organization UCLA Computer Science Department
Message-ID <[email protected]>
On Emacs master I recently changed the default value of 
current-time-list from t to nil as part of a transition begun in Emacs 
29, so that functions like current-time generate timestamps in the 
more-consistent and more-efficient (TICKS . HZ) form; see 
<https://bugs.gnu.org/81463>.

Although you can work around any ensuing glitches via (setq 
current-time-list t), please let me know what the glitches are.