From 32c2eefb73e281819963319e7ab1ac285f11d5d6 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Mon, 4 Mar 2024 18:17:43 +0100 Subject: [PATCH] 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 --- lirve.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lirve.el b/lirve.el index 84623e6..81ee0a3 100644 --- a/lirve.el +++ b/lirve.el @@ -15,6 +15,7 @@ ;; Imports (require 'lirve-verbs) (require 'widget) +(require 'wid-edit) (eval-when-compile (require 'wid-edit))