diff options
| author | Chong Yidong | 2012-12-21 15:51:33 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-12-21 15:51:33 +0800 |
| commit | 34b4b7eb7e862ef4e39f5d712757acef421a2c2b (patch) | |
| tree | ea2a5b7d3d8a82311716bcaa45e57d93466e6ab2 /lisp/ChangeLog | |
| parent | 3eb050925927e7060cb5ba192bf1d0f954c5980b (diff) | |
| download | emacs-34b4b7eb7e862ef4e39f5d712757acef421a2c2b.tar.gz emacs-34b4b7eb7e862ef4e39f5d712757acef421a2c2b.zip | |
Make read-char-by-name signal an error for invalid input.
* international/mule-cmds.el (read-char-by-name): Signal an error
if the user does not supply a valid character.
* editfns.c (Finsert_char): Since read-char-by-name now signals an
error for invalid chars, don't check for a nil return value.
Fixes: debbugs:13177
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cd7dd97315b..a25836da996 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -5,6 +5,9 @@ | |||
| 5 | 5 | ||
| 6 | 2012-12-21 Chong Yidong <cyd@gnu.org> | 6 | 2012-12-21 Chong Yidong <cyd@gnu.org> |
| 7 | 7 | ||
| 8 | * international/mule-cmds.el (read-char-by-name): Signal an error | ||
| 9 | if the user does not supply a valid character (Bug#13177). | ||
| 10 | |||
| 8 | * simple.el (transpose-subr-1): Preserve marker positions by | 11 | * simple.el (transpose-subr-1): Preserve marker positions by |
| 9 | changing the insertion sequence (Bug#13122). | 12 | changing the insertion sequence (Bug#13122). |
| 10 | 13 | ||