From: Eli Zaretskii Date: Wed, 6 Jan 1999 10:37:07 +0000 (+0000) Subject: (cp-coding-system-for-codepage-1): Add the valid-codes property. X-Git-Tag: emacs-20.4~940 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b8577971b7f5757ad5ec44fd50dc4a5c5e0b61c0;p=emacs.git (cp-coding-system-for-codepage-1): Add the valid-codes property. --- 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))