]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 89a42a025af30c896b8f6cc7909fa8b1973be7d1..8275547e9b057c9a3b66684f825f12a7799447e1 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)