1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 18:41:25 -08:00

(internal_self_insert): Use PT, not point.

This commit is contained in:
Karl Heuer 1997-06-14 04:50:37 +00:00
parent 5326c1d687
commit 5bfb66e31d

View file

@ -413,7 +413,7 @@ internal_self_insert (c, noautofill)
del_range (PT, forward_point (1));
else
{
int pos = point;
int pos = PT;
/* The actual cursor position after the trial of moving
to column TARGET_CLM. It is greater than TARGET_CLM
if the TARGET_CLM is middle of multi-column