summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-10-10 19:43:26 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-10-10 19:43:26 +0200
commit26b57464216be7e35d6b39ce8a926825e1226f47 (patch)
treebe0d4b3e897288e6f9eff2be729bb16a8b2f12bb
parent4b24e0ca00323abc1d79076cb3ca3a772771702f (diff)
Forget to rename variable in helm-sys too.
* helm-sys.el (helm-top): Rename helm-show-action-window-same-window to helm-show-action-window-other-window.
-rw-r--r--helm-sys.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-sys.el b/helm-sys.el
index 0d721ec1..7a13bab2 100644
--- a/helm-sys.el
+++ b/helm-sys.el
@@ -422,7 +422,7 @@ Show actions only on line starting by a PID."
:buffer "*helm top*" :full-frame t
:candidate-number-limit 9999
:preselect "^\\s-*[0-9]+"
- :truncate-lines helm-show-action-window-same-window)
+ :truncate-lines helm-show-action-window-other-window)
(remove-hook 'helm-after-update-hook 'helm-top--skip-top-line))))
;;;###autoload