(quail-update-leim-list-file): Call
authorKenichi Handa <handa@m17n.org>
Fri, 25 Jul 1997 13:34:18 +0000 (13:34 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 25 Jul 1997 13:34:18 +0000 (13:34 +0000)
find-file-noselect with t for arguments NOWARN and RAWFILE.

lisp/international/quail.el

index 89a42a0..8275547 100644 (file)
@@ -1756,7 +1756,7 @@ LEIM is a library of Emacs input method."
          ;; Insert entries for Quail.
          (while pkg-list
            (message "Checking %s ..." (car pkg-list))
-           (setq pkg-buf (find-file-noselect (car pkg-list)))
+           (setq pkg-buf (find-file-noselect (car pkg-list) t t))
            (save-excursion
              (set-buffer pkg-buf)
              (while (search-forward "(quail-define-package" nil t)