]> code.delx.au - gnu-emacs/blobdiff - src/bytecode.c
Change all references from point to PT.
[gnu-emacs] / src / bytecode.c
index 4fb6d86bb6999f7abf48ee9bf0ed58946418b179..646ada96aa199091615ea4e4fd3335550bd59316 100644 (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;