mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
(quail-update-leim-list-file): Go to the
beginning of the package file, in case it was already visited.
This commit is contained in:
parent
8cdc3b3d9d
commit
4adf39571b
1 changed files with 1 additions and 0 deletions
|
|
@ -1759,6 +1759,7 @@ LEIM is a library of Emacs input method."
|
|||
(setq pkg-buf (find-file-noselect (car pkg-list) t t))
|
||||
(save-excursion
|
||||
(set-buffer pkg-buf)
|
||||
(goto-char (point-min))
|
||||
(while (search-forward "(quail-define-package" nil t)
|
||||
(goto-char (match-beginning 0))
|
||||
(let ((form (read (current-buffer))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue