From b8577971b7f5757ad5ec44fd50dc4a5c5e0b61c0 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 6 Jan 1999 10:37:07 +0000 Subject: [PATCH] (cp-coding-system-for-codepage-1): Add the valid-codes property. --- lisp/international/codepage.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/international/codepage.el b/lisp/international/codepage.el index 4816fce0f57..a804792385d 100644 --- a/lisp/international/codepage.el +++ b/lisp/international/codepage.el @@ -110,7 +110,8 @@ variety is actually just an alias for the -unix variety)." (concat "8-bit encoding of " (symbol-name iso-name) " characters using IBM codepage " coding-name) (cons ccl-decoder-unix ccl-encoder-unix) - `((safe-charsets ascii ,iso-name))) + `((safe-charsets ascii ,iso-name) + (valid-codes (0 . 255)))) ;;; Make coding systems CODING-unix, CODING-dos, CODING-mac. (make-subsidiary-coding-system coding) (put coding 'eol-type (vector (intern (format "%s-unix" coding)) -- 2.39.2