From eaf7e62098209ee0fdf549a1c3483a948fa6a76b Mon Sep 17 00:00:00 2001 From: shuhei-k Date: Sun, 30 Aug 1998 15:13:12 +0000 Subject: [PATCH] require 'ccl only for byte-compile time. --- emu-mule.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emu-mule.el b/emu-mule.el index 8b74e36..f6642ab 100644 --- a/emu-mule.el +++ b/emu-mule.el @@ -490,7 +490,7 @@ Optional non-nil arg START-COLUMN specifies the starting column. ;;; @ CCL ;;; -(require 'ccl) +(eval-when-compile (require 'ccl)) (defconst ccl-use-symbol-as-program nil "t if CCL related builtins accept symbol as CCL program. -- 1.7.10.4