mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-20 12:40:56 -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
|
|
@ -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