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

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

[elpa] externals/hyperbole e032770678 2/2: Declare function to silence w


From: ELPA Syncer
Subject: [elpa] externals/hyperbole e032770678 2/2: Declare function to silence warning (#412)
Date: Fri, 1 Dec 2023 18:57:57 -0500 (EST)

branch: externals/hyperbole
commit e032770678322e0fd36a24939842f959a340ec84
Author: Mats Lidell <mats.lidell@lidells.se>
Commit: GitHub <noreply@github.com>

    Declare function to silence warning (#412)
---
 ChangeLog     | 2 ++
 hmouse-tag.el | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 0a0f6d8df2..8eede96de9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2023-12-01  Mats Lidell  <matsl@gnu.org>
 
+* hmouse-tag.el (ibtype:def-symbol): Declare function to silence warning.
+
 * test/hyrolo-tests.el (hyrolo-sort-test): Set default date format so the
     format used is well defined.
     (hyrolo-fgrep-and-goto-next-visible-md-heading): Use level one heading
diff --git a/hmouse-tag.el b/hmouse-tag.el
index 1c68a65ae6..dbd039e5aa 100644
--- a/hmouse-tag.el
+++ b/hmouse-tag.el
@@ -3,7 +3,7 @@
 ;; Author:       Bob Weiner
 ;;
 ;; Orig-Date:    24-Aug-91
-;; Last-Mod:     22-Nov-23 at 00:15:24 by Bob Weiner
+;; Last-Mod:      1-Dec-23 at 23:32:23 by Mats Lidell
 ;;
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 ;;
@@ -80,6 +80,7 @@
 
 (declare-function hsys-org-get-value "hsys-org")
 (declare-function org-in-src-block-p "org")
+(declare-function ibtype:def-symbol "hbut")
 
 ;; Forward declare needed? Because of optional defined above? Can we
 ;; skip checking if xref is available since it has been at least since



reply via email to

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