Skip to content

Commit

Permalink
Tell the byte-compiler that imagep and image-flush are defined.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Zawada authored and Tobias Zawada committed Feb 3, 2024
1 parent e8e8629 commit ca7e637
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions adoc-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
(require 'subr-x)
))

(declare-function imagep "image.c")
(declare-function image-flush "image.c")

(defconst adoc-mode-version "0.8.0-snapshot"
"adoc mode version number.
Expand Down

0 comments on commit ca7e637

Please sign in to comment.