emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] [PATCH] When testing, fake the current time more robustly


From: Kyle Meyer
Subject: Re: [O] [PATCH] When testing, fake the current time more robustly
Date: Tue, 12 Feb 2019 18:50:52 -0500

Paul Eggert <address@hidden> writes:

> The old approach required Lisp code to use (current-time)
> explicitly when calling other primitives, e.g., (float-time
> (current-time)).  The new approach fakes all the primitives,
> so that Lisp code can now use expressions like plain (float-time).

Great, thanks!  I'll go through all the spots where I've
s/nil/(current-time)/ for the sake of testing and restore nil.

-- 
Kyle



reply via email to

[Prev in Thread] Current Thread [Next in Thread]