diff options
| -rw-r--r-- | lisp/international/kkc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/kkc.el b/lisp/international/kkc.el index 05889322fd9..810550cc7fa 100644 --- a/lisp/international/kkc.el +++ b/lisp/international/kkc.el | |||
| @@ -236,7 +236,7 @@ and the return value is the length of the conversion." | |||
| 236 | 236 | ||
| 237 | (force-mode-line-update) | 237 | (force-mode-line-update) |
| 238 | (goto-char (overlay-end kkc-overlay-tail)) | 238 | (goto-char (overlay-end kkc-overlay-tail)) |
| 239 | (prog1 (- (overlay-start kkc-overlay-head) from) | 239 | (prog1 (- (point) from) |
| 240 | (delete-overlay kkc-overlay-head) | 240 | (delete-overlay kkc-overlay-head) |
| 241 | (delete-overlay kkc-overlay-tail))) | 241 | (delete-overlay kkc-overlay-tail))) |
| 242 | 242 | ||