]> git.eshelyaron.com Git - emacs.git/commitdiff
(cp-coding-system-for-codepage-1): Add the valid-codes property.
authorEli Zaretskii <eliz@gnu.org>
Wed, 6 Jan 1999 10:37:07 +0000 (10:37 +0000)
committerEli Zaretskii <eliz@gnu.org>
Wed, 6 Jan 1999 10:37:07 +0000 (10:37 +0000)
lisp/international/codepage.el

index 4816fce0f57b1f731fc99bcb2a5b30c552da58dc..a804792385d99fccb237848ee59ef8890d7a168b 100644 (file)
@@ -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))