Skip to content

Commit e032770

Browse files
authored
Declare function to silence warning (#412)
1 parent e8674c9 commit e032770

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ChangeLog

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
2023-12-01 Mats Lidell <[email protected]>
22

3+
* hmouse-tag.el (ibtype:def-symbol): Declare function to silence warning.
4+
35
* test/hyrolo-tests.el (hyrolo-sort-test): Set default date format so the
46
format used is well defined.
57
(hyrolo-fgrep-and-goto-next-visible-md-heading): Use level one heading

hmouse-tag.el

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
;; Author: Bob Weiner
44
;;
55
;; Orig-Date: 24-Aug-91
6-
;; Last-Mod: 22-Nov-23 at 00:15:24 by Bob Weiner
6+
;; Last-Mod: 1-Dec-23 at 23:32:23 by Mats Lidell
77
;;
88
;; SPDX-License-Identifier: GPL-3.0-or-later
99
;;
@@ -80,6 +80,7 @@
8080

8181
(declare-function hsys-org-get-value "hsys-org")
8282
(declare-function org-in-src-block-p "org")
83+
(declare-function ibtype:def-symbol "hbut")
8384

8485
;; Forward declare needed? Because of optional defined above? Can we
8586
;; skip checking if xref is available since it has been at least since

0 commit comments

Comments
 (0)