From: akr Date: Sun, 23 Aug 1998 01:51:13 +0000 (+0000) Subject: * lex.el (lex-use-ccl): Now require `ccl-execute-on-substring'. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a30e627aabb7eb600e873a2bb76814fa645d9e3c;p=elisp%2Fflim.git * lex.el (lex-use-ccl): Now require `ccl-execute-on-substring'. (lex-gen-ccl-unibyte-automata): Use `ccl-execute-on-substring'. (lex-gen-ccl-unibyte-automata-program): Delete codes for skipping prefix of string. * DOODLE-CCL: branched from DOODLE. --- diff --git a/ChangeLog b/ChangeLog index cc8cc48..1ef4716 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ 1998-08-23 Tanaka Akira + * lex.el (lex-use-ccl): Now require `ccl-execute-on-substring'. + (lex-gen-ccl-unibyte-automata): Use `ccl-execute-on-substring'. + (lex-gen-ccl-unibyte-automata-program): Delete codes for skipping + prefix of string. + +1998-08-23 Tanaka Akira + + * DOODLE-CCL: branched from DOODLE. + +1998-08-23 Tanaka Akira + * lex.el (lex-gen-ccel-unibyte-automata-state): Jump start of loop on end of states.