branch: elpa/helm commit e6dce5a8fcb254da7a2be744c361fd3ff3fe6d3d Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Cleanup project history maybe garbaged by commits 903f99bf and cbaed45f. --- helm-files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-files.el b/helm-files.el index f3e4ef6f10..82f7ba0ac5 100644 --- a/helm-files.el +++ b/helm-files.el @@ -7075,7 +7075,7 @@ by git or hg, otherwise it has no effect." (interactive "P") (setq helm-browse-project-history (cl-loop for p in helm-browse-project-history - when (file-directory-p p) + when (and (stringp p) (file-directory-p p)) collect p)) (helm :sources (helm-build-sync-source "Project history"