1
Fork 0
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:
Richard M. Stallman 1997-08-04 18:55:42 +00:00
parent 8cdc3b3d9d
commit 4adf39571b

View file

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