branch: elpa/helm commit f43282edc3851f90067f0f68f0ff5e5472ff2d7a Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Remove candidate-number-limit in grep classes If really needed this can be reenabled with helm-setup-user-source. --- helm-grep.el | 3 --- helm-id-utils.el | 1 - 2 files changed, 4 deletions(-) diff --git a/helm-grep.el b/helm-grep.el index 8d61d69943..23003e3451 100644 --- a/helm-grep.el +++ b/helm-grep.el @@ -1204,7 +1204,6 @@ of grep." It is currently used only as an internal flag and doesn't set the backend by itself. You probably don't want to modify this.") - (candidate-number-limit :initform 9999) (help-message :initform 'helm-grep-help-message) (history :initform 'helm-grep-history) (action :initform 'helm-grep-actions) @@ -1565,7 +1564,6 @@ non-file buffers." :nohighlight t :nomark t :filter-one-by-one #'helm-grep-filter-one-by-one - :candidate-number-limit 9999 :history 'helm-grep-history :keymap helm-pdfgrep-map :help-message 'helm-pdfgrep-help-message @@ -1756,7 +1754,6 @@ grep ag." (popup-info :initform #'helm-grep-popup-info-fn) (persistent-action :initform 'helm-grep-persistent-action) (persistent-help :initform "Jump to line (`C-u' Record in mark ring)") - (candidate-number-limit :initform 99999) (directory :initarg :directory :initform nil :documentation " Directory currently searched.") diff --git a/helm-id-utils.el b/helm-id-utils.el index 0e700495b9..ea2597e7c3 100644 --- a/helm-id-utils.el +++ b/helm-id-utils.el @@ -90,7 +90,6 @@ MacPorts to install id-utils, it should be `gid32'." (filtered-candidate-transformer :initform #'helm-gid-filtered-candidate-transformer) (popup-info :initform #'helm-grep-popup-info-fn) - (candidate-number-limit :initform 99999) (action :initform (helm-make-actions "Find File" 'helm-grep-action "Find file other frame" 'helm-grep-other-frame