]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix 'garbage-collect-maybe'
authorEli Zaretskii <eliz@gnu.org>
Thu, 15 Apr 2021 19:00:19 +0000 (22:00 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 15 Apr 2021 19:00:19 +0000 (22:00 +0300)
* src/alloc.c (Fgarbage_collect_maybe): No longer interactive.
(Bug#47805)

src/alloc.c

index e72fc4c4332dee41aa512060df79d49a0641f540..00c1fd3148e6317e83f8435452edab56d1655ff1 100644 (file)
@@ -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