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:
parent
5326c1d687
commit
5bfb66e31d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue