Fix warnings time compile

- lirve.el:231:10: Warning: the function `widget-backward' might not be defined at runtime.
- lirve.el:191:6: Warning: the function `widget-value-set' might not be defined at runtime.
https://github.com/melpa/melpa/pull/8922#issuecomment-1974891639
This commit is contained in:
Andros Fenollosa 2024-03-04 18:17:43 +01:00
parent 7e5bba12d2
commit 32c2eefb73

View File

@ -15,6 +15,7 @@
;; Imports
(require 'lirve-verbs)
(require 'widget)
(require 'wid-edit)
(eval-when-compile
(require 'wid-edit))