emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm 3ce79a958a 3/3: Set candidate-number-limit in file-na


From: ELPA Syncer
Subject: [nongnu] elpa/helm 3ce79a958a 3/3: Set candidate-number-limit in file-name history source
Date: Mon, 8 Aug 2022 03:58:38 -0400 (EDT)

branch: elpa/helm
commit 3ce79a958a126623c2e3f65f6e90d7b4dd0248e8
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Set candidate-number-limit in file-name history source
---
 helm-files.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/helm-files.el b/helm-files.el
index 1ee42661db..e1a3c0e3c8 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -6146,6 +6146,8 @@ list."
                          (when helm-ff-file-name-history-use-recentf
                            (require 'recentf)
                            (or recentf-mode (recentf-mode 1)))))
+               :candidate-number-limit (or (get 'file-name-history 
'history-length)
+                                           history-length)
                :candidates (lambda ()
                              (if helm-ff-file-name-history-use-recentf
                                  recentf-list



reply via email to

[Prev in Thread] Current Thread [Next in Thread]