emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master c35324c 043/187: Async queue handling has to happen in dir


From: Michael Albinus
Subject: [elpa] master c35324c 043/187: Async queue handling has to happen in dired-async
Date: Wed, 30 Dec 2015 11:49:35 +0000

branch: master
commit c35324ca0733fb0d78c451aab2dd9e8fedeeae27
Author: John Wiegley <address@hidden>
Commit: John Wiegley <address@hidden>

    Async queue handling has to happen in dired-async
---
 async-file.el |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/async-file.el b/async-file.el
index 7b52265..b59ba2f 100644
--- a/async-file.el
+++ b/async-file.el
@@ -59,12 +59,6 @@
   :type 'boolean
   :group 'async-file)
 
-(defvar async-file-queue nil
-  "Queue of pending asynchronous file operations.
-Each operation that succeeds will start the next member of the queue.  If an
-error occurs at any point, the rest of the queue is flushed.")
-(defvar async-file-queue-mutex nil)
-
 (defun* async-copy-file
     (file newname
           &optional ok-if-already-exists keep-time



reply via email to

[Prev in Thread] Current Thread [Next in Thread]