From 22c49c9acb1d68afc9f79e55a260005b5c4bf06e Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 3 Jul 2014 12:29:22 -0400 Subject: [PATCH] * etc/NEWS: Fix description of incompatible change in `read-char'. --- etc/NEWS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index c9af6348aac..f740a701a54 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -971,11 +971,11 @@ The new optional CHECK-TIMERS parameter allows for the prior behavior. Some languages match those as »...«, and others as «...», so it is better for Emacs to stay neutral by default. -** `read-event' does not return decoded chars in ttys any more. -As was the case in Emacs 22 and before, the decoding of terminal -input, according to `keyboard-coding-system', is not performed in -`read-event' any more. But unlike in Emacs 22, this decoding is still -done before `input-decode-map', `function-key-map', etc. +** `read-event' does not always decode chars in ttys any more. As was the case +in Emacs 22 and before, `read-event' (and `read-char') by default read raw +bytes from the terminal. If you want to read decoded chars instead (as was +always the case in Emacs-23, for example), pass a non-nil +`inherit-input-method' argument. ** In `symbol-function', nil and "unbound" are indistinguishable. `symbol-function' does not signal a `void-function' error any more. -- 2.39.2