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

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

[nongnu] elpa/helm a761d01d8b 2/2: Add autoload cookie for helm-get-firs


From: ELPA Syncer
Subject: [nongnu] elpa/helm a761d01d8b 2/2: Add autoload cookie for helm-get-first-line-documentation
Date: Tue, 7 Mar 2023 00:59:51 -0500 (EST)

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

    Add autoload cookie for helm-get-first-line-documentation
---
 helm-elisp.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/helm-elisp.el b/helm-elisp.el
index a52672df47..0b6a03049a 100644
--- a/helm-elisp.el
+++ b/helm-elisp.el
@@ -406,6 +406,7 @@ the same time to variable and a function."
         collect (cons (concat c spaces annot) c) into lst
         finally return (sort lst #'helm-generic-sort-fn)))
 
+;;;###autoload
 (cl-defun helm-get-first-line-documentation (sym &optional
                                                    (name "describe-function")
                                                    (end-column 72))



reply via email to

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