From 9979f12f4c6e767035689fb19867f50078e9f226 Mon Sep 17 00:00:00 2001 From: morioka Date: Wed, 25 Mar 1998 13:57:50 +0000 Subject: [PATCH] Require 'wid-edit when compile. --- emu-20.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emu-20.el b/emu-20.el index 9f6a8e5..c2fd137 100644 --- a/emu-20.el +++ b/emu-20.el @@ -30,7 +30,7 @@ ;;; Code: (require 'custom) -(eval-when-compile (require 'widget)) +(eval-when-compile (require 'wid-edit)) ;;; @ binary access -- 1.7.10.4