diff lisp/international/utf-8.el @ 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 d46bcfbfdda0
children 6d4430dfeafc
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))