diff options
| author | Eli Zaretskii | 2001-01-12 14:33:21 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-01-12 14:33:21 +0000 |
| commit | 3bffc6653cf440695e79ecaf056b32c997d30a8d (patch) | |
| tree | 3b4a1af7e8283928ccde053953deee58893b4e7a /src | |
| parent | 607d9f9fe2595a36117677ed9d4dd836c61c1c00 (diff) | |
| download | emacs-3bffc6653cf440695e79ecaf056b32c997d30a8d.tar.gz emacs-3bffc6653cf440695e79ecaf056b32c997d30a8d.zip | |
Fix a typo in the last entry for dispnew.c
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 76e613598b0..713735c0746 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | * dispnew.c (update_text_area): Put code which decrements the | 6 | * dispnew.c (update_text_area): Put code which decrements the |
| 7 | stop position when the row's face extends to the end of the | 7 | stop position when the row's face extends to the end of the |
| 8 | line in ,Ad(Bif 0. | 8 | line in #if 0. |
| 9 | 9 | ||
| 10 | * xfns.c (x_set_mouse_color): Fix color allocation. | 10 | * xfns.c (x_set_mouse_color): Fix color allocation. |
| 11 | 11 | ||