1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

; * lisp/emacs-lisp/igc.el (igc-start-idle-timer): Add autoload cookie.

This commit is contained in:
Gerd Möllmann 2025-09-07 17:15:51 +02:00
parent ff16f07274
commit f782dd29fb

View file

@ -400,6 +400,7 @@ Used in calls to `format-time-string'.")
(defvar igc--step-interval 0.01 (defvar igc--step-interval 0.01
"Time, in seconds, MPS is allowed to use for one step.") "Time, in seconds, MPS is allowed to use for one step.")
;;;###autoload
(defun igc-start-idle-timer () (defun igc-start-idle-timer ()
"Start a timer to do GC work while Emacs is idle." "Start a timer to do GC work while Emacs is idle."
(when igc--idle-timer (when igc--idle-timer