1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 20:50:52 -08:00

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;