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

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

[elpa] master 9585ae1 058/187: * helm-async.el (helm-async-env-variables


From: Michael Albinus
Subject: [elpa] master 9585ae1 058/187: * helm-async.el (helm-async-env-variables-regexp): Fix for copying from android devices.
Date: Wed, 30 Dec 2015 11:49:41 +0000

branch: master
commit 9585ae1136a80352895a284351de6c71913b3e22
Author: Thierry Volpiatto <address@hidden>
Commit: Thierry Volpiatto <address@hidden>

    * helm-async.el (helm-async-env-variables-regexp): Fix for copying from 
android devices.
---
 helm-async.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/helm-async.el b/helm-async.el
index 77c8b32..5ba8ccd 100644
--- a/helm-async.el
+++ b/helm-async.el
@@ -50,7 +50,7 @@
   :group 'helm)
 
 (defcustom helm-async-env-variables-regexp
-  "\\`\\(tramp-default\\|ange-ftp\\)-.*"
+  "\\`\\(tramp-\\(default\\|connection\\|remote\\)\\|ange-ftp\\)-.*"
   "Variables matching this regexp will be loaded on Child Emacs."
   :type  'regexp
   :group 'helm-async)



reply via email to

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