branch: elpa/helm
commit 0009e20e48b3e1300b1187e738b76de711ed8e08
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Revert "Ensure to turn on recentf in helm-source-file-name-history"
This reverts commit caa13f39573ba4b35947613b8d1e0be60ae68606.
file-name-history doesn't need recentf
---
helm-files.el | 3 ---
1 file changed, 3 deletions(-)
diff --git a/helm-files.el b/helm-files.el
index 217cf0d0c69..1f78c03942d 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -6830,9 +6830,6 @@ be existing directories."
;;
(defvar helm-source-file-name-history
(helm-build-sync-source "File Name History"
- :init (lambda ()
- (require 'recentf)
- (when helm-turn-on-recentf (recentf-mode 1)))
:candidates 'file-name-history
:persistent-action #'ignore
;; See comments in `helm-recentf-source' about bug#2709.