* emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
authorChong Yidong <cyd@stupidchicken.com>
Thu, 24 Aug 2006 23:40:00 +0000 (23:40 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 24 Aug 2006 23:40:00 +0000 (23:40 +0000)
commit1063efe807c0195c62f2dc22bcc78c61cf25c376
tree08f46a4c502a4fef248df2c1c36fa0167199e5a9
parent8d8dafebb36347734c5f81f8154d0749ca16bfaf
* emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
Accept internal time format for SECS arg.
(timer-relative-time): Doc fix.

* jit-lock.el: "Stealth fontification by requeuing timers" patch,
adapted from Martin Rudalics.
(jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
(jit-lock-mode): Create jit-lock-stealth-repeat-timer.
(jit-lock-stealth-fontify): Reschedule as a idle timer instead of
using sit-for.
lisp/ChangeLog
lisp/emacs-lisp/timer.el
lisp/jit-lock.el