summaryrefslogtreecommitdiff
path: root/helm-ring.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2019-05-20 13:30:21 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2019-05-20 13:30:21 +0200
commit96c4395857597217569bfcb3756f61b9157a13df (patch)
tree28d6a6daf134ef0e282472884b018cbffe29e108 /helm-ring.el
parent114b919e583fcb057ebdb9c9c7213565c043f77b (diff)
Add missing helm-only in helm-ring
Diffstat (limited to 'helm-ring.el')
-rw-r--r--helm-ring.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/helm-ring.el b/helm-ring.el
index deb6a33d..7d6a5632 100644
--- a/helm-ring.el
+++ b/helm-ring.el
@@ -239,6 +239,7 @@ replace with STR as yanked string."
(with-helm-alive-p
(helm-attrset 'quick-delete '(helm-kill-ring-persistent-delete . never-split))
(helm-execute-persistent-action 'quick-delete)))
+(put 'helm-kill-ring-run-persistent-delete 'helm-only t)
(defun helm-kill-ring-delete ()
"Delete marked candidates from `kill-ring'.
@@ -247,6 +248,7 @@ This is a command for `helm-kill-ring-map'."
(interactive)
(with-helm-alive-p
(helm-exit-and-execute-action 'helm-kill-ring-action-delete)))
+(put 'helm-kill-ring-delete 'helm-only t)
;;;; <Mark ring>