Mercurial > emacs
changeset 102644:5e87087c3a58
(quail-update-leim-list-file): Save leim-list.el in utf-8.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 19 Mar 2009 00:59:54 +0000 |
parents | 307dc8cbe61e |
children | 8091e2ada2d9 |
files | lisp/international/quail.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/quail.el Thu Mar 19 00:59:21 2009 +0000 +++ b/lisp/international/quail.el Thu Mar 19 00:59:54 2009 +0000 @@ -3031,7 +3031,7 @@ ;; 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)))