]> git.eshelyaron.com Git - emacs.git/commitdiff
(utf-8-fragment-on-decoding): Fix last
authorDave Love <fx@gnu.org>
Wed, 11 Sep 2002 20:57:50 +0000 (20:57 +0000)
committerDave Love <fx@gnu.org>
Wed, 11 Sep 2002 20:57:50 +0000 (20:57 +0000)
change.

lisp/international/utf-8.el

index e2f4976b97b07d4f92c71c3b51f189c60ae0a486..e201c025ade57a3eaa35e557df19681c1394cedc 100644 (file)
@@ -143,7 +143,7 @@ Setting this variable outside customize has no effect."
         (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))