1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-06 14:02:07 -08:00

*** empty log message ***

This commit is contained in:
Kenichi Handa 2000-10-12 02:53:21 +00:00
parent eb991b25b4
commit 20401fcc56

View file

@ -1,5 +1,11 @@
2000-10-12 Kenichi Handa <handa@etl.go.jp>
* regex.c (regex_compile): Change the way of handling a range from
unibyte char to multibyte char.
* syntax.c (skip_chars): Change the way of handling a range from
unibyte char to multibyte char.
* process.c (read_process_output): Cancel previous change.
2000-10-11 Eli Zaretskii <eliz@is.elta.co.il>