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:
parent
c3e640bfa6
commit
7565a4a117
2 changed files with 6 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue