(utf-8-fragment-on-decoding): Fix last

change.
This commit is contained in:
Dave Love 2002-09-11 20:57:50 +00:00
parent 6710df484a
commit edeabf087f

View 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))