diff options
| author | Gerd Moellmann | 2000-03-27 15:48:36 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-03-27 15:48:36 +0000 |
| commit | 7439e5b9ca61c98078e7dd51c8a4769fcf20377f (patch) | |
| tree | 67f9766b2a642dd7170ce9ef4ffacd65589e0d47 /src/ChangeLog | |
| parent | d9c545daed804dea4c79782e5249ef79269f4517 (diff) | |
| download | emacs-7439e5b9ca61c98078e7dd51c8a4769fcf20377f.tar.gz emacs-7439e5b9ca61c98078e7dd51c8a4769fcf20377f.zip | |
(Fsubst_char_in_region): Don't use INC_POS in unibyte
buffers because it looks for multibyte character sequences which
don't exist in unibyte text.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 285bbf211a0..0c4bf7ea82e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2000-03-27 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-03-27 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * editfns.c (Fsubst_char_in_region): Don't use INC_POS in unibyte | ||
| 4 | buffers because it looks for multibyte character sequences which | ||
| 5 | don't exist in unibyte text. | ||
| 6 | |||
| 3 | * xterm.h (x_specified_cursor_type, x_copy_color): Add prototypes. | 7 | * xterm.h (x_specified_cursor_type, x_copy_color): Add prototypes. |
| 4 | 8 | ||
| 5 | * xfaces.c (register_color, unregister_colors, unregister_colors) | 9 | * xfaces.c (register_color, unregister_colors, unregister_colors) |