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:
parent
7003b25830
commit
6ec8bbd20d
15 changed files with 109 additions and 109 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue