diff options
| author | Ken Raeburn | 2000-08-08 14:34:05 +0000 |
|---|---|---|
| committer | Ken Raeburn | 2000-08-08 14:34:05 +0000 |
| commit | 975f250a8eda55ea305e8568152c50d9cc8fadeb (patch) | |
| tree | 023f1f5f37b5afc1fc7bcfe4b77393ab55f7aa86 /src/ChangeLog | |
| parent | 4245f3d2ec7db04ac8b0bb7b749a818d182ca917 (diff) | |
| download | emacs-975f250a8eda55ea305e8568152c50d9cc8fadeb.tar.gz emacs-975f250a8eda55ea305e8568152c50d9cc8fadeb.zip | |
*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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 404eadb3b34..b1a2b6aca82 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2000-08-08 Ken Raeburn <raeburn@gnu.org> | ||
| 2 | |||
| 3 | * coding.c (find_safe_codings): CHAR_TABLE_SET index must be a | ||
| 4 | lisp object. | ||
| 5 | (Ffind_coding_systems_region_internal): First argument to Fappend | ||
| 6 | must be an integer, not a lisp object. | ||
| 7 | |||
| 1 | 2000-08-08 Kenichi Handa <handa@etl.go.jp> | 8 | 2000-08-08 Kenichi Handa <handa@etl.go.jp> |
| 2 | 9 | ||
| 3 | * charset.c (Fchar_width): Doc fix. | 10 | * charset.c (Fchar_width): Doc fix. |