emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/international/ucs-tables.el


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/lisp/international/ucs-tables.el
Date: Wed, 11 Sep 2002 17:00:28 -0400

Index: emacs/lisp/international/ucs-tables.el
diff -c emacs/lisp/international/ucs-tables.el:1.15 
emacs/lisp/international/ucs-tables.el:1.16
*** emacs/lisp/international/ucs-tables.el:1.15 Tue Sep 10 13:39:53 2002
--- emacs/lisp/international/ucs-tables.el      Wed Sep 11 17:00:27 2002
***************
*** 1100,1106 ****
    ;; Convert the lists to the basic char tables.
    ;; Ensure `decode-char' doesn't use the fragmentation table.
    ;; Fixme: handa suggests using the RESTRICTION arg.
!   (let (utf-8-translation-table-for-decode)
      (dolist (n (list 15 14 9 8 7 5 4 3 2 1))
        (let ((alist (symbol-value (intern (format "ucs-8859-%d-alist" n)))))
        (dolist (pair alist)
--- 1100,1106 ----
    ;; Convert the lists to the basic char tables.
    ;; Ensure `decode-char' doesn't use the fragmentation table.
    ;; Fixme: handa suggests using the RESTRICTION arg.
!   (let ((utf-8-translation-table-for-decode (make-translation-table)))
      (dolist (n (list 15 14 9 8 7 5 4 3 2 1))
        (let ((alist (symbol-value (intern (format "ucs-8859-%d-alist" n)))))
        (dolist (pair alist)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]