Mercurial > emacs
diff src/ChangeLog @ 30674:9aad40936cfe
*coding.c (find_safe_codings): CHAR_TABLE_SET index must be a lisp object.
(Ffind_coding_systems_region_internal): First argument to Fappend must be an
integer, not a lisp object.
| author | Ken Raeburn <raeburn@raeburn.org> |
|---|---|
| date | Tue, 08 Aug 2000 14:34:05 +0000 |
| parents | 83c11fe78d32 |
| children | 386d91b16514 |
line wrap: on
line diff
--- a/src/ChangeLog Tue Aug 08 12:59:56 2000 +0000 +++ b/src/ChangeLog Tue Aug 08 14:34:05 2000 +0000 @@ -1,3 +1,10 @@ +2000-08-08 Ken Raeburn <raeburn@gnu.org> + + * coding.c (find_safe_codings): CHAR_TABLE_SET index must be a + lisp object. + (Ffind_coding_systems_region_internal): First argument to Fappend + must be an integer, not a lisp object. + 2000-08-08 Kenichi Handa <handa@etl.go.jp> * charset.c (Fchar_width): Doc fix.
