summaryrefslogtreecommitdiff
path: root/helm-for-files.el
diff options
context:
space:
mode:
Diffstat (limited to 'helm-for-files.el')
-rw-r--r--helm-for-files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-for-files.el b/helm-for-files.el
index 6c3a3550..53714052 100644
--- a/helm-for-files.el
+++ b/helm-for-files.el
@@ -127,7 +127,7 @@ this source is accessible and properly loaded."
'(("Delete file(s) from recentf" .
(lambda (_candidate)
(cl-loop for file in (helm-marked-candidates)
- do (setq recentf-list (delq file recentf-list)))))))))
+ do (setq recentf-list (delete file recentf-list)))))))))
(defvar helm-source-recentf nil
"See (info \"(emacs)File Conveniences\").