branch: master
commit 3a23aa10628334e1820bc3cfbd18253e0e368f30
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
* dired-async.el (helm-async-be-async): Move it as obsolete variable alias
to helm.
---
dired-async.el | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/dired-async.el b/dired-async.el
index bffa094..a92adb4 100644
--- a/dired-async.el
+++ b/dired-async.el
@@ -75,8 +75,6 @@ This allow to turn off async features provided to this
package."
:group 'dired-async
:type 'boolean)
-(defvaralias 'helm-async-be-async 'dired-async-be-async)
-
(defface dired-async-message
'((t (:foreground "yellow")))
"Face used for mode-line message."