Mercurial > emacs
changeset 47409:63f5cc467cea
(utf-8-fragment-on-decoding): Fix last
change.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 11 Sep 2002 20:57:50 +0000 |
parents | 2239db3433ca |
children | b375ca944a14 |
files | lisp/international/utf-8.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/utf-8.el Wed Sep 11 20:46:33 2002 +0000 +++ b/lisp/international/utf-8.el Wed Sep 11 20:57:50 2002 +0000 @@ -143,7 +143,7 @@ (setq utf-8-translation-table-for-decode (if v utf-8-fragmentation-table - (make-char-table))) + (make-translation-table))) (define-translation-table 'utf-8-translation-table-for-decode utf-8-translation-table-for-decode) (set-default s v))