Paul Eggert <egg...@cs.ucla.edu> 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