1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(quail-update-leim-list-file): Save leim-list.el in utf-8.

This commit is contained in:
Kenichi Handa 2009-03-19 01:00:11 +00:00
parent 316732d2c4
commit 9ffcf5cb27
2 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,11 @@
2009-03-19 Kenichi Handa <handa@m17n.org>
* international/quail.el (quail-update-leim-list-file): Save
leim-list.el in utf-8.
* international/mule-cmds.el (leim-list-header): Use utf-8 coding
tag.
* term/ns-win.el: Call create-defualt-fontset, not
setup-default-fontset. Call create-fontset-from-fontset-spec
within condition-case.

View file

@ -3031,7 +3031,7 @@ of each directory."
;; At last, write out LEIM list file.
(with-current-buffer list-buf
(let ((coding-system-for-write 'iso-2022-7bit))
(let ((coding-system-for-write 'utf-8))
(save-buffer 0)))
(kill-buffer list-buf)
(message "Updating %s ... done" leim-list)))