From: Eli Zaretskii Date: Thu, 15 Apr 2021 19:00:19 +0000 (+0300) Subject: Fix 'garbage-collect-maybe' X-Git-Tag: emacs-28.0.90~2845 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3b84f8f47c1e2ad2842e3f5ce38823d3083ad12a;p=emacs.git Fix 'garbage-collect-maybe' * src/alloc.c (Fgarbage_collect_maybe): No longer interactive. (Bug#47805) --- 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