summaryrefslogtreecommitdiff
path: root/helm-tags.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-01-12 07:56:07 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-01-12 07:56:07 +0100
commit7633b7a465df30efd187484c4cac1e544e831a35 (patch)
tree1bd2f46f51765b2e6eaef42af8c24806acc87d5e /helm-tags.el
parent904b2bd3156911d5b6b2010407a0c66c22eeb7ae (diff)
Add helm-only property to helm actions.
Use with-helm-alive-p where needed.
Diffstat (limited to 'helm-tags.el')
-rw-r--r--helm-tags.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/helm-tags.el b/helm-tags.el
index fb5c2adf..eb61aedd 100644
--- a/helm-tags.el
+++ b/helm-tags.el
@@ -82,6 +82,7 @@ one match."
(helm-exit-and-execute-action
(lambda (c)
(helm-etags-action-goto 'find-file-other-window c)))))
+(put 'helm-etags-run-switch-other-window 'helm-only t)
(defun helm-etags-run-switch-other-frame ()
"Run switch to other frame action from `helm-source-etags-select'."
@@ -90,6 +91,7 @@ one match."
(helm-exit-and-execute-action
(lambda (c)
(helm-etags-action-goto 'find-file-other-frame c)))))
+(put 'helm-etags-run-switch-other-frame 'helm-only t)
(defvar helm-etags-map
(let ((map (make-sparse-keymap)))