1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-03 04:21:28 -08:00

(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)))