]> git.eshelyaron.com Git - emacs.git/commit
fix gethash default value for use-package-statistics-time
authorNaoya Yamashita <conao3@gmail.com>
Sat, 19 May 2018 05:21:26 +0000 (14:21 +0900)
committerNaoya Yamashita <conao3@gmail.com>
Sat, 19 May 2018 05:21:26 +0000 (14:21 +0900)
commitdb3563945727a11bbd08a8f8a8de435c5a2b3618
tree4b41d899407ba3a8d6b13a359c4899b22cc17929
parent642417ac054fc5328ef734ddd7e3dc678cd715b0
fix gethash default value for use-package-statistics-time

float-time expect list like (HIGH LOW USEC PSEC)
> HIGH has the most significant bits of the seconds, while LOW has the
> least significant 16 bits.  USEC and PSEC are the microsecond and
> picosecond counts.
by `current-time` in editfns.c
lisp/use-package/use-package-core.el