summaryrefslogtreecommitdiff
path: root/src/textconv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/textconv.c')
-rw-r--r--src/textconv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textconv.c b/src/textconv.c
index 80b1a37f0fd..105a8077072 100644
--- a/src/textconv.c
+++ b/src/textconv.c
@@ -1308,7 +1308,7 @@ really_set_point_and_mark (struct frame *f, ptrdiff_t point,
&& !NILP (BVAR (current_buffer, mark_active)))
call0 (Qdeactivate_mark);
else
- call1 (Qpush_mark, make_fixnum (mark));
+ calln (Qpush_mark, make_fixnum (mark));
/* Update the ephemeral last point. */
w = XWINDOW (selected_window);