]> code.delx.au - gnu-emacs-elpa/commitdiff
* dired-async.el (helm-async-be-async): alias for dired-async-be-async.
authorThierry Volpiatto <thierry.volpiatto@gmail.com>
Mon, 20 Jan 2014 08:02:44 +0000 (09:02 +0100)
committerThierry Volpiatto <thierry.volpiatto@gmail.com>
Mon, 20 Jan 2014 08:02:44 +0000 (09:02 +0100)
dired-async.el

index 9c35b6999b1869e7e80a0f6e790307cf5bfe59e9..239144b9c4a5d684fb8934aaaeb557a9c3155b9a 100644 (file)
@@ -75,6 +75,8 @@ 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."