Re: current-time-list now defaults to nil in Emacs master
Stefan Monnier via "Emacs development discussions." <[email protected]> Tue, 28 Jul 2026 11:54:05 -0400
| Newsgroups | gmane.emacs.devel |
|---|---|
| Message-ID | <[email protected]> |
> So should I dynamically bind current-time-list around calls to > current-time in these old packages? The better alternative (beside adjust the code so it works with the new format) is to insert a call to `time-convert`, as suggested in the `current-time` docstring. === Stefan