From e9b2b83231dc2c3c250392436503f7940b2cd24f Mon Sep 17 00:00:00 2001 From: Dave Love Date: Fri, 17 Jan 2003 14:00:11 +0000 Subject: [PATCH] Redo 8859-6 change in the right place. --- lisp/ChangeLog | 5 +++++ lisp/international/ucs-tables.el | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 79b065747d0..39961050d14 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-01-17 Dave Love + + * international/ucs-tables.el: Redo 8859-6 change in the right + place. + 2003-01-17 Kenichi Handa * international/fontset.el: Don't setup the default fontset and diff --git a/lisp/international/ucs-tables.el b/lisp/international/ucs-tables.el index 9a14da44a01..5a21044b764 100644 --- a/lisp/international/ucs-tables.el +++ b/lisp/international/ucs-tables.el @@ -1097,7 +1097,7 @@ Translates from the iso8859 charsets and `mule-unicode-0100-24ff'.") ;; 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 @@ Translates from the iso8859 charsets and `mule-unicode-0100-24ff'.") ;; 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" -- 2.39.2