From: Kenichi Handa Date: Sat, 26 Feb 2000 01:12:19 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~4874 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4013921d85c2d48564fcfdd6b60df79edcb561ad;p=emacs.git *** empty log message *** --- diff --git a/src/ChangeLog b/src/ChangeLog index 90249891b0a..e0b8f19d413 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2000-02-25 Miyashita Hisashi + + * ccl.c (ccl_driver) [CCL_MapMultiple]: When the mapped value is + `lambda', set reg[RRR] to the map index. + (ccl_driver) [CCL_MapSingle]: When the mapped value is found, set + reg[RRR] to 0. Otherwise, set it to -1. + 2000-02-25 Gerd Moellmann * emacs.c (main): Remove code snipped commented out with `//'.