(kkc-region): Fix the return value.

This commit is contained in:
Kenichi Handa
1998-07-19 05:17:35 +00:00
parent 6c0bf615bb
commit f8bfdebc67

View File

@@ -236,7 +236,7 @@ and the return value is the length of the conversion."
(force-mode-line-update)
(goto-char (overlay-end kkc-overlay-tail))
(prog1 (- (overlay-start kkc-overlay-head) from)
(prog1 (- (point) from)
(delete-overlay kkc-overlay-head)
(delete-overlay kkc-overlay-tail)))