]> git.eshelyaron.com Git - emacs.git/commitdiff
(quail-update-leim-list-file): Fix last change.
authorDave Love <fx@gnu.org>
Sun, 25 Nov 2001 14:54:39 +0000 (14:54 +0000)
committerDave Love <fx@gnu.org>
Sun, 25 Nov 2001 14:54:39 +0000 (14:54 +0000)
lisp/international/quail.el

index 5447e56aa5db8c81a4bde693e3c533b37dbf28db..84f28345458d24ec413dadb9e1584292688db8a8 100644 (file)
@@ -2783,7 +2783,7 @@ of each directory."
            (insert-file-contents (car pkg-list))
            (goto-char (point-min))
            ;; Don't get fooled by commented-out code.
-           (while (search-forward "^[ \t]*(quail-define-package" nil t)
+           (while (re-search-forward "^[ \t]*(quail-define-package" nil t)
              (goto-char (match-beginning 0))
              (condition-case nil
                  (let ((form (read (current-buffer))))