From a4380289869326d5b8921c60001db9aeead5a1ee Mon Sep 17 00:00:00 2001 From: shuhei-k Date: Sun, 20 Jun 1999 23:34:39 +0000 Subject: [PATCH] Require 'pcustom instead of 'custom. --- mcs-20.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcs-20.el b/mcs-20.el index 5fc7502..af9d274 100644 --- a/mcs-20.el +++ b/mcs-20.el @@ -30,7 +30,7 @@ ;;; Code: (require 'poem) -(require 'custom) +(require 'pcustom) (eval-when-compile (require 'wid-edit)) -- 1.7.10.4