diff options
| author | Richard M. Stallman | 1997-07-01 23:29:26 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-07-01 23:29:26 +0000 |
| commit | 2e21aa274a39252eccb385423de16bd6dc02b5e1 (patch) | |
| tree | 1922aedf85696c4208f953e0448209101e5935c7 | |
| parent | a42763dc47474af05b566ebb37404da66befa4c7 (diff) | |
| download | emacs-2e21aa274a39252eccb385423de16bd6dc02b5e1.tar.gz emacs-2e21aa274a39252eccb385423de16bd6dc02b5e1.zip | |
Fix calls to define-coding-system-alias.
| -rw-r--r-- | lisp/international/mule-conf.el | 4 | ||||
| -rw-r--r-- | lisp/language/thai.el | 4 | ||||
| -rw-r--r-- | lisp/language/vietnamese.el | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 3d4544e1b96..728d98f19fa 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el | |||
| @@ -255,7 +255,7 @@ | |||
| 255 | '((ascii t) t nil nil | 255 | '((ascii t) t nil nil |
| 256 | nil ascii-eol ascii-cntl seven locking-shift)) | 256 | nil ascii-eol ascii-cntl seven locking-shift)) |
| 257 | 257 | ||
| 258 | (define-coding-system-alias 'iso-2022-7bit-lock 'iso-2022-int-1) | 258 | (define-coding-system-alias 'iso-2022-int-1 'iso-2022-7bit-lock) |
| 259 | 259 | ||
| 260 | (make-coding-system | 260 | (make-coding-system |
| 261 | 'iso-2022-7bit-lock-ss2 2 ?i | 261 | 'iso-2022-7bit-lock-ss2 2 ?i |
| @@ -268,7 +268,7 @@ | |||
| 268 | short ascii-eol ascii-cntl seven locking-shift single-shift nil nil nil | 268 | short ascii-eol ascii-cntl seven locking-shift single-shift nil nil nil |
| 269 | init-bol)) | 269 | init-bol)) |
| 270 | 270 | ||
| 271 | (define-coding-system-alias 'iso-2022-7bit-lock-ss2 'iso-2022-cjk) | 271 | (define-coding-system-alias 'iso-2022-cjk 'iso-2022-7bit-lock-ss2) |
| 272 | 272 | ||
| 273 | (make-coding-system | 273 | (make-coding-system |
| 274 | 'iso-2022-8bit-ss2 2 ?@ | 274 | 'iso-2022-8bit-ss2 2 ?@ |
diff --git a/lisp/language/thai.el b/lisp/language/thai.el index c64c4bd21a0..c57ab6c90b4 100644 --- a/lisp/language/thai.el +++ b/lisp/language/thai.el | |||
| @@ -36,8 +36,8 @@ | |||
| 36 | (put 'thai-tis620 'post-read-conversion 'thai-post-read-conversion) | 36 | (put 'thai-tis620 'post-read-conversion 'thai-post-read-conversion) |
| 37 | (put 'thai-tis620 'pre-write-conversion 'thai-pre-write-conversion) | 37 | (put 'thai-tis620 'pre-write-conversion 'thai-pre-write-conversion) |
| 38 | 38 | ||
| 39 | (define-coding-system-alias 'thai-tis620 'th-tis620) | 39 | (define-coding-system-alias 'th-tis620 'thai-tis620) |
| 40 | (define-coding-system-alias 'thai-tis620 'tis620) | 40 | (define-coding-system-alias 'tis620 'thai-tis620) |
| 41 | 41 | ||
| 42 | (set-language-info-alist | 42 | (set-language-info-alist |
| 43 | "Thai" '((tutorial . "TUTORIAL.th") | 43 | "Thai" '((tutorial . "TUTORIAL.th") |
diff --git a/lisp/language/vietnamese.el b/lisp/language/vietnamese.el index 9363d08249d..51f9bd43134 100644 --- a/lisp/language/vietnamese.el +++ b/lisp/language/vietnamese.el | |||
| @@ -205,14 +205,14 @@ Both tables are indexed by the position code of Vietnamese characters.") | |||
| 205 | "8-bit encoding for Vietnamese VISCII 1.1 (MIME:VISCII)" | 205 | "8-bit encoding for Vietnamese VISCII 1.1 (MIME:VISCII)" |
| 206 | (cons ccl-decode-viscii ccl-encode-viscii)) | 206 | (cons ccl-decode-viscii ccl-encode-viscii)) |
| 207 | 207 | ||
| 208 | (define-coding-system-alias 'vietnamese-viscii 'viscii) | 208 | (define-coding-system-alias 'viscii 'vietnamese-viscii) |
| 209 | 209 | ||
| 210 | (make-coding-system | 210 | (make-coding-system |
| 211 | 'vietnamese-vscii 4 ?v | 211 | 'vietnamese-vscii 4 ?v |
| 212 | "8-bit encoding for Vietnamese VSCII-1" | 212 | "8-bit encoding for Vietnamese VSCII-1" |
| 213 | (cons ccl-decode-vscii ccl-encode-vscii)) | 213 | (cons ccl-decode-vscii ccl-encode-vscii)) |
| 214 | 214 | ||
| 215 | (define-coding-system-alias 'vietnamese-vscii 'vscii) | 215 | (define-coding-system-alias 'vscii 'vietnamese-vscii) |
| 216 | 216 | ||
| 217 | (make-coding-system | 217 | (make-coding-system |
| 218 | 'vietnamese-viqr 0 ?q | 218 | 'vietnamese-viqr 0 ?q |
| @@ -221,7 +221,7 @@ Both tables are indexed by the position code of Vietnamese characters.") | |||
| 221 | (put 'vietnamese-viqr 'post-read-conversion 'viqr-post-read-conversion) | 221 | (put 'vietnamese-viqr 'post-read-conversion 'viqr-post-read-conversion) |
| 222 | (put 'vietnamese-viqr 'pre-write-conversion 'viqr-pre-write-conversion) | 222 | (put 'vietnamese-viqr 'pre-write-conversion 'viqr-pre-write-conversion) |
| 223 | 223 | ||
| 224 | (define-coding-system-alias 'vietnamese-viqr 'viqr) | 224 | (define-coding-system-alias 'viqr 'vietnamese-viqr) |
| 225 | 225 | ||
| 226 | (setq font-ccl-encoder-alist | 226 | (setq font-ccl-encoder-alist |
| 227 | (cons (cons "viscii" ccl-encode-viscii-font) font-ccl-encoder-alist)) | 227 | (cons (cons "viscii" ccl-encode-viscii-font) font-ccl-encoder-alist)) |