diff options
| author | Stefan Monnier | 2004-01-20 21:19:33 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2004-01-20 21:19:33 +0000 |
| commit | 9076a823112d9decd0343cb2265eae8bb9c4c50f (patch) | |
| tree | 8783dd180adae228c4a052d24eb63313a107f32b /src/ChangeLog | |
| parent | 45c7d781c6074e73957814269d6bf040bcd3219b (diff) | |
| download | emacs-9076a823112d9decd0343cb2265eae8bb9c4c50f.tar.gz emacs-9076a823112d9decd0343cb2265eae8bb9c4c50f.zip | |
(wait_reading_process_input): Lisp_Object/int mixup.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c4db25cb2d9..9331c2365ba 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * process.c (wait_reading_process_input): Lisp_Object/int mixup. | ||
| 4 | |||
| 5 | * dired.c (Ffile_attributes): Lisp_Object/int mixup. | ||
| 6 | |||
| 1 | 2004-01-19 Kenichi Handa <handa@m17n.org> | 7 | 2004-01-19 Kenichi Handa <handa@m17n.org> |
| 2 | 8 | ||
| 3 | * fontset.c (fontset_font_pattern): Fix previous change. | 9 | * fontset.c (fontset_font_pattern): Fix previous change. |