(py-converter): Fix previous change.
authorKenichi Handa <handa@m17n.org>
Mon, 29 Jan 2007 11:08:19 +0000 (11:08 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 29 Jan 2007 11:08:19 +0000 (11:08 +0000)
lisp/ChangeLog
lisp/international/titdic-cnv.el

index d1831ce..8960b04 100644 (file)
@@ -1,3 +1,7 @@
+2007-01-29  Kenichi Handa  <handa@m17n.org>
+
+       * international/titdic-cnv.el (py-converter): Fix previous change.
+
 2007-01-29  Chong Yidong  <cyd@stupidchicken.com>
 
        * jka-compr.el (jka-compr-partial-uncompress)
index adf5e08..c8a1155 100644 (file)
@@ -910,7 +910,7 @@ method `chinese-tonepy' with which you must specify tones by digits
   (let ((pos (point)))
     (insert-buffer-substring dicbuf)
     (goto-char pos)
-    (search-forward "^[a-z]")
+    (re-search-forward "^[a-z]")
     (beginning-of-line)
     (delete-region pos (point))
     (while (not (eobp))