]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 d1831cece40fbb806508967f68a4bb2798274d2d..8960b0422be4d4425c4ac119ce5c31e5cf53c6b0 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 adf5e080b0458ccdd36a6957991443d9d8d8330b..c8a1155b0f34366fbb05d40807b73ebd4d3286ed 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))