diff options
| author | Eli Zaretskii | 2014-02-01 13:53:10 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2014-02-01 13:53:10 +0200 |
| commit | 9ef58a52ac97a160e2818e69e7cd146e52fbdacf (patch) | |
| tree | 572142e04cbf44d0e5452ca2372bd144ad0645ca /src/ChangeLog | |
| parent | 2f31004a737e5443ba96fd60733e9eda818abfe2 (diff) | |
| download | emacs-9ef58a52ac97a160e2818e69e7cd146e52fbdacf.tar.gz emacs-9ef58a52ac97a160e2818e69e7cd146e52fbdacf.zip | |
Fix bug #16448 with non-ASCII error messages in batch mode.
src/print.c (Fexternal_debugging_output): If the argument character
is non-ASCII, encode it with the current locale's encoding before
writing the result to the terminal.
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 8a8956bec31..6c52ad45be2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2014-02-01 Eli Zaretskii <eliz@gnu.org> | 1 | 2014-02-01 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * print.c (Fexternal_debugging_output): If the argument character | ||
| 4 | is non-ASCII, encode it with the current locale's encoding before | ||
| 5 | writing the result to the terminal. (Bug#16448) | ||
| 6 | |||
| 3 | * w32fns.c (Fw32_shell_execute): Don't call file-exists-p for | 7 | * w32fns.c (Fw32_shell_execute): Don't call file-exists-p for |
| 4 | DOCUMENT that is a "remote" file name, i.e. a file-handler exists | 8 | DOCUMENT that is a "remote" file name, i.e. a file-handler exists |
| 5 | for it. (Bug#16558) | 9 | for it. (Bug#16558) |