Skip to content

Commit

Permalink
(quail-update-leim-list-file): Call
Browse files Browse the repository at this point in the history
find-file-noselect with t for arguments NOWARN and RAWFILE.
  • Loading branch information
Kenichi Handa committed Jul 25, 1997
1 parent 2ddeb10 commit 763a176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/international/quail.el
Expand Up @@ -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)
Expand Down

0 comments on commit 763a176

Please sign in to comment.