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:
parent
6c0bf615bb
commit
f8bfdebc67
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue