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

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

[nongnu] elpa/helm 8ca4af16d7 6/6: Declare package fns in helm-mode


From: ELPA Syncer
Subject: [nongnu] elpa/helm 8ca4af16d7 6/6: Declare package fns in helm-mode
Date: Sat, 12 Aug 2023 03:59:56 -0400 (EDT)

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

    Declare package fns in helm-mode
---
 helm-mode.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/helm-mode.el b/helm-mode.el
index db4a671fbb..a0da4be59a 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -39,6 +39,8 @@
 (declare-function helm-lisp-completion-persistent-help "helm-elisp")
 (declare-function help--symbol-class "help-fns.el")
 (declare-function helm-get-first-line-documentation "helm-elisp")
+(declare-function package-desc-summary   "package")
+(declare-function package-get-descriptor "package")
 
 (defgroup helm-mode nil
   "Enable helm completion."



reply via email to

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