mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 11:21:04 -08:00
(Fset_safe_terminal_coding_system_internal): Set
suppress_error in safe_terminal_coding, not terminal_coding.
This commit is contained in:
parent
4c4939993a
commit
6239a668ad
2 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2004-05-23 K,Ba(Broly L,Bu(Brentey <lorentey@elte.hu> (tiny change)
|
||||
|
||||
* coding.c (Fset_safe_terminal_coding_system_internal): Set
|
||||
suppress_error in safe_terminal_coding, not terminal_coding.
|
||||
|
||||
2004-05-22 Richard M. Stallman <rms@gnu.org>
|
||||
|
||||
* alloc.c (Fmake_string): Doc fix.
|
||||
|
|
|
|||
|
|
@ -7209,7 +7209,7 @@ DEFUN ("set-safe-terminal-coding-system-internal", Fset_safe_terminal_coding_sys
|
|||
/* Character composition should be disabled. */
|
||||
safe_terminal_coding.composing = COMPOSITION_DISABLED;
|
||||
/* Error notification should be suppressed. */
|
||||
terminal_coding.suppress_error = 1;
|
||||
safe_terminal_coding.suppress_error = 1;
|
||||
safe_terminal_coding.src_multibyte = 1;
|
||||
safe_terminal_coding.dst_multibyte = 0;
|
||||
return Qnil;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue