Change all references from point to PT.

This commit is contained in:
Karl Heuer
1996-09-01 19:15:05 +00:00
parent 7003b25830
commit 6ec8bbd20d
15 changed files with 109 additions and 109 deletions

View File

@@ -841,7 +841,7 @@ If the third argument is incorrect, Emacs may crash.")
break;
case Bpoint:
XSETFASTINT (v1, point);
XSETFASTINT (v1, PT);
PUSH (v1);
break;