]> git.eshelyaron.com Git - emacs.git/commitdiff
(quail-update-leim-list-file): Force
authorKenichi Handa <handa@m17n.org>
Wed, 12 Jun 2002 00:49:41 +0000 (00:49 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 12 Jun 2002 00:49:41 +0000 (00:49 +0000)
writing the file by iso-2022-7bit.

lisp/international/quail.el

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