diff options
| author | Gerd Moellmann | 2001-11-15 10:30:09 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-11-15 10:30:09 +0000 |
| commit | 9b784ab8cf9f536959a6a41f37f3c35ec71a55d1 (patch) | |
| tree | 1c43ab4dd55df9716c4ef771f811bceedb2c5e0e /src/ChangeLog | |
| parent | 89512fcd1474f4b5185f8c4d795eb0ac121e20ef (diff) | |
| download | emacs-9b784ab8cf9f536959a6a41f37f3c35ec71a55d1.tar.gz emacs-9b784ab8cf9f536959a6a41f37f3c35ec71a55d1.zip | |
(direct_output_forward_char): Fix character/byte
position comparison.
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 36850c4dbfd..c834525b5bf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-11-15 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * dispnew.c (direct_output_forward_char): Fix character/byte | ||
| 4 | position comparison. | ||
| 5 | |||
| 1 | 2001-11-15 Miles Bader <miles@gnu.org> | 6 | 2001-11-15 Miles Bader <miles@gnu.org> |
| 2 | 7 | ||
| 3 | * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters. | 8 | * editfns.c (find_field): Add BEG_LIMIT and END_LIMIT parameters. |