From: Karl Heuer Date: Sat, 14 Jun 1997 04:50:37 +0000 (+0000) Subject: (internal_self_insert): Use PT, not point. X-Git-Tag: emacs-20.1~1707 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5bfb66e31d6087ae075cefe90a2e91b50982caca;p=emacs.git (internal_self_insert): Use PT, not point. --- diff --git a/src/cmds.c b/src/cmds.c index 8b51e69de48..00a6e7687f8 100644 --- a/src/cmds.c +++ b/src/cmds.c @@ -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