Mercurial > emacs
changeset 24009:d026025237b5
(cp-coding-system-for-codepage-1): Add the valid-codes property.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 06 Jan 1999 10:37:07 +0000 |
parents | 1d70b06238e8 |
children | 9eb02fa0c314 |
files | lisp/international/codepage.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/codepage.el Wed Jan 06 10:32:34 1999 +0000 +++ b/lisp/international/codepage.el Wed Jan 06 10:37:07 1999 +0000 @@ -110,7 +110,8 @@ (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))