]> git.eshelyaron.com Git - emacs.git/commit
Change current-time back to list form
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 28 Apr 2022 19:50:39 +0000 (12:50 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 28 Apr 2022 19:54:06 +0000 (12:54 -0700)
commit083d2708f9ec7f09712488a99fc9eedd3d594ff6
tree14567fa0ff505ea08a42b5710d0fabd47ff59d03
parenta41a181db5f3aca043ed42b228dc56a6403c21a5
Change current-time back to list form

Change current-time and related functions back to using the
traditional list form.  Also, add a new boolean variable
current-time-list that lets people try out (TICKS . HZ) form,
with the goal of smoothing the transition.
* src/timefns.c (CURRENT_TIME_LIST): Change default back to true.
(current-time-list): New boolean Lisp variable, which defaults to
CURRENT_TIME_LIST.  All uses of CURRENT_TIME_LIST changed to
use current_time_list, and all documentation changed.
doc/lispintro/emacs-lisp-intro.texi
doc/lispref/files.texi
doc/lispref/intro.texi
doc/lispref/os.texi
etc/NEWS
src/timefns.c