Skip to content

Commit

Permalink
Declare function to silence warning (#412)
Browse files Browse the repository at this point in the history
matsl authored Dec 1, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent e8674c9 commit e032770
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2023-12-01 Mats Lidell <[email protected]>

* 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
3 changes: 2 additions & 1 deletion hmouse-tag.el
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e032770

Please sign in to comment.