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

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

[nongnu] elpa/helm 1ba7b39fbb 1/3: Fix some compiler warnings


From: ELPA Syncer
Subject: [nongnu] elpa/helm 1ba7b39fbb 1/3: Fix some compiler warnings
Date: Fri, 2 Aug 2024 07:00:51 -0400 (EDT)

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

    Fix some compiler warnings
---
 helm-misc.el  | 2 ++
 helm-occur.el | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/helm-misc.el b/helm-misc.el
index c39429cf9b..251ce4eae0 100644
--- a/helm-misc.el
+++ b/helm-misc.el
@@ -29,6 +29,8 @@
 (declare-function helm-comp-read "helm-mode")
 (declare-function outline-back-to-heading "outline.el")
 (declare-function outline-end-of-heading  "outline.el")
+(declare-function helm-goto-char "helm-utils")
+(declare-function helm-highlight-current-line "helm-utils")
 
 
 (defgroup helm-misc nil
diff --git a/helm-occur.el b/helm-occur.el
index 7767b62611..9717093ab5 100644
--- a/helm-occur.el
+++ b/helm-occur.el
@@ -27,6 +27,8 @@
 (declare-function helm-buffer-list "helm-buffers")
 (declare-function helm-grep-split-line "helm-grep")
 (declare-function helm-grep-highlight-match "helm-grep")
+(declare-function helm-grep-ag-1 "helm-grep")
+(declare-function helm-grep--ag-command "helm-grep")
 (declare-function helm-comp-read "helm-mode")
 
 (defvar helm-current-error)



reply via email to

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