1
Fork 0
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:
Andrea Corallo 2020-06-28 20:44:22 +01:00
parent 1dd2c8cd07
commit 0ce4bf3ede

View file

@ -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