Mercurial > emacs
changeset 19144:842869692447
(quail-update-leim-list-file): Go to the
beginning of the package file, in case it was already visited.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 04 Aug 1997 18:55:42 +0000 |
parents | 96a5705f73d5 |
children | 68b212facca8 |
files | lisp/international/quail.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/quail.el Mon Aug 04 16:18:45 1997 +0000 +++ b/lisp/international/quail.el Mon Aug 04 18:55:42 1997 +0000 @@ -1759,6 +1759,7 @@ (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))))