1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-05 11:21:04 -08:00

Command late load when deferring compilation

This commit is contained in:
Andrea Corallo 2020-03-18 21:20:52 +00:00
parent c3e640bfa6
commit 7565a4a117
2 changed files with 6 additions and 2 deletions

View file

@ -41,7 +41,9 @@
:group 'lisp)
(defcustom comp-deferred-compilation nil
"If t compile asyncronously all lexically bound .elc files being loaded."
"If t compile asyncronously all lexically bound .elc files being loaded.
Once compilation happened each function definition is updated to
the native compiled one."
:type 'boolean
:group 'comp)