From fb2310019c13119ed68af17118040e930b80b26f Mon Sep 17 00:00:00 2001 From: morioka Date: Wed, 25 Mar 1998 13:52:55 +0000 Subject: [PATCH] Require 'widget when compile. --- emu-20.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emu-20.el b/emu-20.el index 64e09e1..9f6a8e5 100644 --- a/emu-20.el +++ b/emu-20.el @@ -30,6 +30,7 @@ ;;; Code: (require 'custom) +(eval-when-compile (require 'widget)) ;;; @ binary access -- 1.7.10.4