(quail-update-leim-list-file): Call

find-file-noselect with t for arguments NOWARN and RAWFILE.
This commit is contained in:
Kenichi Handa 1997-07-25 13:34:18 +00:00
parent e55e92eeef
commit e9a5d6f716

View 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)