summaryrefslogtreecommitdiff
path: root/helm-sys.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2014-03-11 16:18:12 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2014-03-11 16:18:12 +0100
commit7d2808eb650119486e772164df0850d04367b69e (patch)
treec97637580d7c4e6cd55277f3fe5b2cee7ffdafe7 /helm-sys.el
parent5d659a13df4f697b6c1ea38b4d1524c7b1347120 (diff)
* helm-sys.el (helm-top-action-transformer): Add a must-match to comp-read (#436).
Diffstat (limited to 'helm-sys.el')
-rw-r--r--helm-sys.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/helm-sys.el b/helm-sys.el
index ff09ddfb..66f6b04f 100644
--- a/helm-sys.el
+++ b/helm-sys.el
@@ -98,7 +98,8 @@ Show actions only on line starting by a PID."
"STKFLT" "PWR" "WINCH" "CHLD" "URG"
"TSTP" "TTIN" "TTOU" "STOP" "CONT"
"ABRT" "FPE" "ILL" "QUIT" "SEGV"
- "TRAP" "SYS" "EMT" "BUS" "XCPU" "XFSZ"))
+ "TRAP" "SYS" "EMT" "BUS" "XCPU" "XFSZ")
+ :must-match t)
pid)))))
(t actions))))