summaryrefslogtreecommitdiff
path: root/helm-ring.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-12-11 07:33:32 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-12-11 07:33:32 +0100
commit490c37077f3154f2f2098aec05bf396c1b72d9c3 (patch)
tree2e5c6f02d530ba64ba270d68ba8016b18eb8e79b /helm-ring.el
parent10d2def16ec73c2358e532383e84670bce979da7 (diff)
Revert previous change as it is already available from C-c C-k (#1283).
* helm-ring.el (helm-kill-ring-actions): Do it.
Diffstat (limited to 'helm-ring.el')
-rw-r--r--helm-ring.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/helm-ring.el b/helm-ring.el
index aad60c37..04df6ae5 100644
--- a/helm-ring.el
+++ b/helm-ring.el
@@ -52,8 +52,7 @@ If nil or zero (disabled), don't truncate candidate, show all."
("Delete" . (lambda (_candidate)
(cl-loop for cand in (helm-marked-candidates)
do (setq kill-ring
- (delete cand kill-ring)))))
- ("Kill new" . kill-new))
+ (delete cand kill-ring))))))
"List of actions for kill ring source."
:group 'helm-ring
:type '(alist :key-type string :value-type function))