Mercurial > emacs
changeset 18560:ee420f0a43f5
Fix typo in doc-string of charset
indian-1-column. Adjust for the name change of
standard-character-unification-table-for-decode and
standard-character-unification-table-for-encode.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 02 Jul 1997 12:59:43 +0000 |
parents | 20369fbd0f91 |
children | f3c28fd5118e |
files | lisp/international/mule-conf.el |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/mule-conf.el Wed Jul 02 12:59:42 1997 +0000 +++ b/lisp/international/mule-conf.el Wed Jul 02 12:59:43 1997 +0000 @@ -178,7 +178,7 @@ ;; Actual Glyph for 1-column width. (define-charset nil 'indian-1-column [2 94 1 0 ?6 0 "Indian 1-col" "Indian 1 Column" - "Indian charset for 2-column width glypps"]) + "Indian charset for 2-column width glyphs"]) ;; Lao script. ;; ISO10646's 0x0E80..0x0EDF are mapped to 0x20..0x7F. @@ -195,14 +195,14 @@ (setup-special-charsets) -;; This is a table of alternate charsets. -(setq standard-character-unification-table-for-read +;; These are tables for unifying characters on decoding and encoding. +(setq standard-character-unification-table-for-decode (make-unification-table (list (cons (make-char 'japanese-jisx0208-1978) (make-char 'japanese-jisx0208)) (cons (make-char 'latin-jisx0201) (make-char 'ascii))))) -(setq standard-character-unification-table-for-write nil) +(setq standard-character-unification-table-for-encode nil) ;;; Make fundamental coding systems.