diff options
| author | Kenichi Handa | 1999-02-22 01:59:01 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1999-02-22 01:59:01 +0000 |
| commit | bd72be60b4a9dfb84bfc090cf1c9f98fc7ea6f89 (patch) | |
| tree | a163af9e4675eb232bbb02415890f3fb901c940e | |
| parent | 9b4b0c9ef9f7781b70e8e8132c8002653f70ed64 (diff) | |
| download | emacs-bd72be60b4a9dfb84bfc090cf1c9f98fc7ea6f89.tar.gz emacs-bd72be60b4a9dfb84bfc090cf1c9f98fc7ea6f89.zip | |
(cp-coding-system-for-codepage-1): Put
charset-origin-alist property to a coding system for the codepage.
| -rw-r--r-- | lisp/international/codepage.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/international/codepage.el b/lisp/international/codepage.el index 9d5e7872cb6..6f595c61b90 100644 --- a/lisp/international/codepage.el +++ b/lisp/international/codepage.el | |||
| @@ -116,7 +116,8 @@ variety is actually just an alias for the -unix variety)." | |||
| 116 | " characters using IBM codepage " coding-name) | 116 | " characters using IBM codepage " coding-name) |
| 117 | (cons ccl-decoder-unix ccl-encoder-unix) | 117 | (cons ccl-decoder-unix ccl-encoder-unix) |
| 118 | `((safe-charsets ascii ,iso-name) | 118 | `((safe-charsets ascii ,iso-name) |
| 119 | (valid-codes (0 . 255)))) | 119 | (valid-codes (0 . 255)) |
| 120 | (charset-origin-alist ,(list iso-name (symbol-name coding) encoder)))) | ||
| 120 | ;;; Make coding systems CODING-unix, CODING-dos, CODING-mac. | 121 | ;;; Make coding systems CODING-unix, CODING-dos, CODING-mac. |
| 121 | (make-subsidiary-coding-system coding) | 122 | (make-subsidiary-coding-system coding) |
| 122 | (put coding 'eol-type (vector (intern (format "%s-unix" coding)) | 123 | (put coding 'eol-type (vector (intern (format "%s-unix" coding)) |