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:
parent
ff16f07274
commit
f782dd29fb
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue