Codebase list emacs-deferred / 1e6ed4f
Import upstream version 0.5.1+git20170901.1.2239671 Debian Janitor 2 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
197197 (defvar deferred:tick-time 0.001
198198 "Waiting time between asynchronous tasks (second).
199199 The shorter waiting time increases the load of Emacs. The end
200 user can tune this paramter. However, applications should not
200 user can tune this parameter. However, applications should not
201201 modify it because the applications run on various environments.")
202202
203203 (defvar deferred:queue nil