aboutsummaryrefslogtreecommitdiffstats
path: root/src/bytecode.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bytecode.c')
-rw-r--r--src/bytecode.c2
1 files changed, 1 insertions, 1 deletions
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.")
841 break; 841 break;
842 842
843 case Bpoint: 843 case Bpoint:
844 XSETFASTINT (v1, point); 844 XSETFASTINT (v1, PT);
845 PUSH (v1); 845 PUSH (v1);
846 break; 846 break;
847 847