From 3b84f8f47c1e2ad2842e3f5ce38823d3083ad12a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 15 Apr 2021 22:00:19 +0300 Subject: [PATCH] Fix 'garbage-collect-maybe' * src/alloc.c (Fgarbage_collect_maybe): No longer interactive. (Bug#47805) --- src/alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/alloc.c b/src/alloc.c index e72fc4c4332..00c1fd3148e 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -6248,7 +6248,7 @@ For further details, see Info node `(elisp)Garbage Collection'. */) } DEFUN ("garbage-collect-maybe", Fgarbage_collect_maybe, -Sgarbage_collect_maybe, 1, 1, "", +Sgarbage_collect_maybe, 1, 1, 0, doc: /* Call `garbage-collect' if enough allocation happened. FACTOR determines what "enough" means here: If FACTOR is a positive number N, it means to run GC if more than -- 2.39.5