From: Kenichi Handa Date: Mon, 22 May 2000 04:26:47 +0000 (+0000) Subject: (read_char): Allow character codes 128..255 to be X-Git-Tag: emacs-pretest-21.0.90~3826 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c9d80d38167190dcf2c1d049b723e7a70e0d7538;p=emacs.git (read_char): Allow character codes 128..255 to be handled by input-method-function. --- diff --git a/src/ChangeLog b/src/ChangeLog index 11d104aa5fa..dd40616adb3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2000-05-22 Kenichi Handa + * keyboard.c (read_char): Allow character codes 128..255 to be + handled by input-method-function. + * insdel.c (adjust_markers_for_replace): Fix previous change. (adjust_after_replace): If PREV_TEXT is nil, call adjust_markers_for_insert, not adjust_markers_for_replace.