From: shuhei-k Date: Sun, 30 Aug 1998 15:13:12 +0000 (+0000) Subject: require 'ccl only for byte-compile time. X-Git-Tag: apel-8_16~4 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=eaf7e62098209ee0fdf549a1c3483a948fa6a76b;p=elisp%2Fapel.git require 'ccl only for byte-compile time. --- 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.