From 2af778bdd1f4c6c8d1e21c85467facaeb58593d5 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 16 Jan 2003 07:56:55 +0000 Subject: [PATCH] Undo the last change. --- lisp/international/ucs-tables.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/international/ucs-tables.el b/lisp/international/ucs-tables.el index 68a73e57bf..9a14da44a0 100644 --- a/lisp/international/ucs-tables.el +++ b/lisp/international/ucs-tables.el @@ -1111,7 +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. - (dolist (n (list 15 14 9 8 7 6 5 4 3 2 1)) + (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" n)) -- 2.39.2