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

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

[nongnu] elpa/helm 127f3fe60e 4/8: Add autoload to helm-highlight-files


From: ELPA Syncer
Subject: [nongnu] elpa/helm 127f3fe60e 4/8: Add autoload to helm-highlight-files
Date: Tue, 28 Jan 2025 10:00:51 -0500 (EST)

branch: elpa/helm
commit 127f3fe60e73c47a8bfec5cc08ecd5ec2cf34d0b
Author: Przemysław Kryger <pkryger@gmail.com>
Commit: Przemysław Kryger <pkryger@gmail.com>

    Add autoload to helm-highlight-files
    
    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.
---
 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."



reply via email to

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