]> code.delx.au - gnu-emacs/blobdiff - src/callint.c
Change all references from point to PT.
[gnu-emacs] / src / callint.c
index 14f34f3b5f604d5f64a5d284c2dd01f7125e5858..3741a0930d1f383d1da35ae41cfd9f59a5ba768b 100644 (file)
@@ -606,9 +606,9 @@ Otherwise, this is done only if an arg is read using the minibuffer.")
          /* visargs[i+1] = Qnil; */
          foo = marker_position (current_buffer->mark);
          /* visargs[i] = Qnil; */
-         args[i] = point < foo ? point_marker : current_buffer->mark;
+         args[i] = PT < foo ? point_marker : current_buffer->mark;
          varies[i] = 3;
-         args[++i] = point > foo ? point_marker : current_buffer->mark;
+         args[++i] = PT > foo ? point_marker : current_buffer->mark;
          varies[i] = 4;
          break;