mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
* Do not skip native compilation for leim subfolder during boostrap
* lisp/emacs-lisp/comp.el (comp-bootstrap-black-list): Remove "^leim/".
This commit is contained in:
parent
1dd2c8cd07
commit
0ce4bf3ede
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ Skip if any is matching."
|
|||
:group 'comp)
|
||||
|
||||
(defcustom comp-bootstrap-black-list
|
||||
'("^leim/")
|
||||
'()
|
||||
"List of regexps to exclude files from native compilation during bootstrap.
|
||||
Skip if any is matching."
|
||||
:type 'list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue