# HG changeset patch # User Dave Love # Date 1042811957 0 # Node ID d85a11253dd22d1f42e9c5d8c23c940412348f91 # Parent 41213ea7b9d6d8bb50a0696349f72cecf083df3f Redo 8859-6 change in the right place. diff -r 41213ea7b9d6 -r d85a11253dd2 lisp/international/ucs-tables.el --- a/lisp/international/ucs-tables.el Fri Jan 17 12:30:34 2003 +0000 +++ b/lisp/international/ucs-tables.el Fri Jan 17 13:59:17 2003 +0000 @@ -1097,7 +1097,7 @@ ;; table `utf-translation-table-for-decode' does nothing. ;; Convert the lists to the basic char tables. - (dolist (n (list 15 14 9 8 7 5 4 3 2 1)) + (dolist (n (list 15 14 9 8 7 6 5 4 3 2 1)) (let ((alist (symbol-value (intern (format "ucs-8859-%d-alist" n))))) (dolist (pair alist) (let ((mule (car pair)) @@ -1111,6 +1111,7 @@ ;; Derive tables that can be used as per-coding-system ;; `translation-table-for-encode's. + ;; N.B., there's no 8859-6 coding system. (dolist (n (list 15 14 9 8 7 5 4 3 2 1)) (let* ((alist (symbol-value (intern (format "ucs-8859-%d-alist" n)))) (encode-translator (set (intern (format "ucs-8859-%d-encode-table"