mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
(us-ascii): Define it as an alias of iso-safe.
This commit is contained in:
parent
91e854f2c3
commit
9f13685aff
@ -461,6 +461,9 @@ for decoding and encoding files, process I/O, etc."
|
||||
nil ascii-eol ascii-cntl nil nil nil nil nil nil nil nil t)
|
||||
'((safe-charsets ascii)))
|
||||
|
||||
(define-coding-system-alias
|
||||
'us-ascii 'iso-safe)
|
||||
|
||||
;; Use iso-safe for terminal output if some other coding system is not
|
||||
;; specified explicitly.
|
||||
(set-safe-terminal-coding-system-internal 'iso-safe)
|
||||
|
Loading…
Reference in New Issue
Block a user