Codebase list emacs-deferred / 2a737d9
New upstream snapshot. Debian Janitor 1 year, 2 months ago
3 changed file(s) with 7 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
+0
-11
.gitignore less more
0 # Compiled and temporary files
1 *.elc
2 *~
3
4 # Cask
5 /.cask
6 dist
7
8 # Ecukes
9 /features/project/.cask
10 /features/project/test/*.el
0 emacs-deferred (0.5.1+git20170901.1.2239671-1) UNRELEASED; urgency=low
1
2 * New upstream snapshot.
3
4 -- Debian Janitor <janitor@jelmer.uk> Thu, 19 Jan 2023 01:10:32 -0000
5
06 emacs-deferred (0.5.1-5) unstable; urgency=medium
17
28 * Add patch to fix wrong-number-of-arguments error (Closes: #1020029)
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