projects
/
elisp
/
apel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bdad5ca
)
require 'ccl only for byte-compile time.
author
shuhei-k
<shuhei-k>
Sun, 30 Aug 1998 15:13:12 +0000
(15:13 +0000)
committer
shuhei-k
<shuhei-k>
Sun, 30 Aug 1998 15:13:12 +0000
(15:13 +0000)
emu-mule.el
patch
|
blob
|
history
diff --git
a/emu-mule.el
b/emu-mule.el
index
8b74e36
..
f6642ab
100644
(file)
--- 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.