diff options
| author | Kenichi Handa | 2004-06-07 00:00:03 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2004-06-07 00:00:03 +0000 |
| commit | 12d5b1856c718a114ae75901ec34e0e9b16455c0 (patch) | |
| tree | e81299f89d00c74db2ebbd05c1fd203f56c6009f /src/ChangeLog | |
| parent | 2e2d7ee6545f4089cec9ad69c79c6b1ff31ac5ba (diff) | |
| download | emacs-12d5b1856c718a114ae75901ec34e0e9b16455c0.tar.gz emacs-12d5b1856c718a114ae75901ec34e0e9b16455c0.zip | |
(find_safe_codings): Check NILP (safe_codings) only at
the necessary places.
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 6f6af93995f..88f4a5c68ca 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2004-06-07 Kenichi Handa <handa@m17n.org> | ||
| 2 | |||
| 3 | * coding.c (find_safe_codings): Check NILP (safe_codings) only at | ||
| 4 | the necessary places. | ||
| 5 | |||
| 1 | 2004-06-07 Kim F. Storm <storm@cua.dk> | 6 | 2004-06-07 Kim F. Storm <storm@cua.dk> |
| 2 | 7 | ||
| 3 | * process.c (Fdelete_process): Undo 2004-05-28 change. | 8 | * process.c (Fdelete_process): Undo 2004-05-28 change. |