[xwidget] Silence compiler

This commit is contained in:
James Nguyen 2022-05-21 21:39:00 -04:00
parent 4bbe042e97
commit 763e77f4b3
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
(defvar evil-collection-xwidget-maps '(xwidget-webkit-mode-map))
;; Silence compile errors
(declare-function xwidget-webkit-uri "xwidget")
(declare-function xwidget-window-inside-pixel-height "xwidget")
;; HACK: elisp byte-opt can't optimize 'format' out, so it's checked at runtime.