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

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

[elpa] externals/notmuch-indicator d1129e7c6b 4/4: Placate the compiler


From: ELPA Syncer
Subject: [elpa] externals/notmuch-indicator d1129e7c6b 4/4: Placate the compiler about 'notmuch-search'
Date: Wed, 28 Sep 2022 14:57:50 -0400 (EDT)

branch: externals/notmuch-indicator
commit d1129e7c6b205186dd29b94f8dd4a0fb50104901
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Placate the compiler about 'notmuch-search'
---
 notmuch-indicator.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/notmuch-indicator.el b/notmuch-indicator.el
index d236b743e8..07ada7aec8 100644
--- a/notmuch-indicator.el
+++ b/notmuch-indicator.el
@@ -166,6 +166,10 @@ option `notmuch-indicator-refresh-count'."
    (shell-command-to-string
     (format "notmuch count %s" terms))))
 
+(declare-function
+ notmuch-search "notmuch"
+ (&optional query oldest-first target-thread target-line no-display))
+
 (defun notmuch-indicator--format-label (label count face terms)
   "Format LABEL, COUNT, FACE and TERMS of `notmuch-indicator-args'."
   (let ((map (make-sparse-keymap)))



reply via email to

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