summaryrefslogtreecommitdiff
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/alloc.c b/src/alloc.c
index e7290c55f88..d2d68256139 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -669,7 +669,7 @@ malloc_warning (const char *str)
void
display_malloc_warning (void)
{
- call3 (Qdisplay_warning,
+ calln (Qdisplay_warning,
Qalloc,
build_string (pending_malloc_warning),
QCemergency);
@@ -7794,7 +7794,7 @@ respective remote host. */)
= Ffind_file_name_handler (BVAR (current_buffer, directory),
Qmemory_info);
if (!NILP (handler))
- return call1 (handler, Qmemory_info);
+ return calln (handler, Qmemory_info);
#if defined HAVE_LINUX_SYSINFO
struct sysinfo si;