]> code.delx.au - gnu-emacs-elpa/commitdiff
Remove commented line, no code change.
authorThierry Volpiatto <thierry.volpiatto@gmail.com>
Sat, 30 Apr 2016 18:31:58 +0000 (20:31 +0200)
committerThierry Volpiatto <thierry.volpiatto@gmail.com>
Sat, 30 Apr 2016 18:31:58 +0000 (20:31 +0200)
dired-async.el

index 2a941e6d31ed9c5d1f06beb19f23e5257f4589d5..d97195354e820be70b0f5c55c147027a54d76318 100644 (file)
@@ -281,7 +281,6 @@ ESC or `q' to not overwrite any of the remaining files,
                    callback)
       ;; Run mode-line notifications while process running.
       (dired-async--modeline-mode 1)
-      ;; (setq dired-async-operation (list operation (length async-fn-list)))
       (message "%s proceeding asynchronously..." operation))))
 
 (defadvice dired-create-files (around dired-async)