branch: elpa/helm commit 77b022baaf150bde7daf65a4450e28b73dfb9839 Merge: e810c66240 ed85f18d94 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Merge branch 'master' of github.com:emacs-helm/helm --- helm-for-files.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helm-for-files.el b/helm-for-files.el index 0d55db9229..62d6bd251f 100644 --- a/helm-for-files.el +++ b/helm-for-files.el @@ -156,6 +156,10 @@ small.") ;;; Files in current dir ;; ;; +;; Function `helm-highlight-files' is used in type `helm-type-file'. Ensure that +;; the definition is available for clients, should they need it. +;; See https://github.com/bbatsov/helm-projectile/issues/184. +;;;###autoload (defun helm-highlight-files (files _source) "A basic transformer for helm files sources. Colorize only symlinks, directories and files."