(quail-update-leim-list-file): Call
find-file-noselect with t for arguments NOWARN and RAWFILE.
This commit is contained in:
parent
e55e92eeef
commit
e9a5d6f716
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue