diff options
| author | Ken Raeburn | 2002-08-08 16:59:23 +0000 |
|---|---|---|
| committer | Ken Raeburn | 2002-08-08 16:59:23 +0000 |
| commit | d90ed3b46f7cbee36a60ce73deb4f5ad9917b65a (patch) | |
| tree | b65af4e47be43b4dcccfa1a7f37ccd4db9933b0e /src/ChangeLog | |
| parent | 7f787cfd76c86511c86724ab6276c66a054f5b9d (diff) | |
| download | emacs-d90ed3b46f7cbee36a60ce73deb4f5ad9917b65a.tar.gz emacs-d90ed3b46f7cbee36a60ce73deb4f5ad9917b65a.zip | |
(Ffind_operation_coding_system): Fix Lisp_Object/int mixup.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 85064397cf1..8c87db20540 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-08-08 Ken Raeburn <raeburn@mit.edu> | ||
| 2 | |||
| 3 | * coding.c (Ffind_operation_coding_system): Fix Lisp_Object/int | ||
| 4 | mixup. | ||
| 5 | |||
| 1 | 2002-08-08 Kenichi Handa <handa@etl.go.jp> | 6 | 2002-08-08 Kenichi Handa <handa@etl.go.jp> |
| 2 | 7 | ||
| 3 | * coding.c (Ffind_operation_coding_system): For write-region, if | 8 | * coding.c (Ffind_operation_coding_system): For write-region, if |