From 6ec8bbd20d14dadb850f993d828b42bb97deba32 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sun, 1 Sep 1996 19:15:05 +0000 Subject: Change all references from point to PT. --- src/bytecode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bytecode.c') diff --git a/src/bytecode.c b/src/bytecode.c index 4fb6d86bb69..646ada96aa1 100644 --- a/src/bytecode.c +++ b/src/bytecode.c @@ -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; -- cgit v1.2.1