branch: elpa/helm
commit 269a23d0844a21d7879cef633dd9c59ce8597010
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Remove unused helm-files-save-history-extra-sources
---
helm-files.el | 6 ------
1 file changed, 6 deletions(-)
diff --git a/helm-files.el b/helm-files.el
index 76d465bdcb5..9f09dcd69a7 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -443,12 +443,6 @@ directories."
'helm-ff-dynamic-candidate-number-limit
"4.0.6")
-(defcustom helm-files-save-history-extra-sources
- '("Find" "Fd" "Locate" "Recentf"
- "Files from Current Directory" "File Cache" "Etags")
- "Extras source that save candidate to `file-name-history'."
- :type '(repeat (choice string)))
-
(defcustom helm-find-files-before-init-hook nil
"Hook that run before initialization of `helm-find-files'."
:type 'hook)