]> code.delx.au - gnu-emacs-elpa/blobdiff - dired-async.el
Remove commented line, no code change.
[gnu-emacs-elpa] / 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)