X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/7003b258300d0e575da8009e6f017b6c19aabacb..6ec8bbd20d14dadb850f993d828b42bb97deba32:/src/callint.c diff --git a/src/callint.c b/src/callint.c index 14f34f3b5f..3741a0930d 100644 --- a/src/callint.c +++ b/src/callint.c @@ -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;