summaryrefslogtreecommitdiff
path: root/helm-external.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2012-07-29 20:13:36 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2012-07-29 20:13:36 +0200
commitd9e4398d3baeaee97100f3f37091f5f1de1d7717 (patch)
treea839a7388aa314c430e95c998d8fb11fa4da9695 /helm-external.el
parent1a7ca6e8fecfaddeb5774e36d3ca5a6dda52169a (diff)
Fix helm-comp-read history in some place to fit new behavior.(del-input)
* helm-external.el * helm-net.el
Diffstat (limited to 'helm-external.el')
-rw-r--r--helm-external.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/helm-external.el b/helm-external.el
index d0681148..5d4ae2f7 100644
--- a/helm-external.el
+++ b/helm-external.el
@@ -151,6 +151,7 @@ If not found or a prefix arg is given query the user which tool to use."
"Program: " collection
:must-match t
:name "Open file Externally"
+ :del-input nil
:history helm-external-command-history)
;; Always prompt to set this program as default.
(setq def-prog nil))
@@ -193,6 +194,7 @@ You can set your own list of commands with
"RunProgram: "
(helm-c-external-commands-list-1 'sort)
:must-match t
+ :del-input nil
:name "External Commands"
:history helm-external-command-history)))
(helm-run-or-raise program)