(utf-8-fragment-on-decoding): Fix last
change.
This commit is contained in:
parent
6710df484a
commit
edeabf087f
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue