]> git.eshelyaron.com Git - emacs.git/commitdiff
* Do not skip native compilation for leim subfolder during boostrap
authorAndrea Corallo <akrl@sdf.org>
Sun, 28 Jun 2020 19:44:22 +0000 (20:44 +0100)
committerAndrea Corallo <akrl@sdf.org>
Sun, 28 Jun 2020 20:23:45 +0000 (21:23 +0100)
* lisp/emacs-lisp/comp.el (comp-bootstrap-black-list): Remove
"^leim/".

lisp/emacs-lisp/comp.el

index e5674ccc95e27df309da38f2a0e84b0ce8dadded..cde9899d26cc7d5626eb595c4ec88deb65aef274 100644 (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