summaryrefslogtreecommitdiff
path: root/helm-external.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2014-06-25 06:40:51 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2014-06-25 06:40:51 +0200
commit094a9c24fb14ad6aafc1bed11bba5e9601ce6bae (patch)
tree0401b339750b9601a069ee4d39389f841a7c1f2d /helm-external.el
parentd5e83a2a6022f81f046595bc5e9964a145dc57ba (diff)
Bind `helm--reading-passwd-or-string' when reading-string during helm session (#544).
* helm.el (helm-read-string): New. (helm--reading-passwd-or-string): Renamed from `helm--reading-passwd'. * helm-bbdb.el: Use it. * helm-external.el: Use it. * helm-files.el: Use it. * helm-grep.el: Use it. * helm-regexp.el: Use it. * helm-w3m.el: Use it.
Diffstat (limited to 'helm-external.el')
-rw-r--r--helm-external.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-external.el b/helm-external.el
index 69379a6c..bb02a7c6 100644
--- a/helm-external.el
+++ b/helm-external.el
@@ -171,7 +171,7 @@ If not found or a prefix arg is given query the user which tool to use."
(setq helm-external-programs-associations
(delete it helm-external-programs-associations)))
(push (cons (file-name-extension fname)
- (read-string
+ (helm-read-string
"Program (Add args maybe and confirm): " real-prog-name))
helm-external-programs-associations)
(customize-save-variable 'helm-external-programs-associations