aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Corallo2020-06-28 20:44:22 +0100
committerAndrea Corallo2020-06-28 21:23:45 +0100
commit0ce4bf3ede9be928062abe47675345375e01d3c0 (patch)
tree7b364e2a0a8ed5c31eaee8889f1e8af26c6eb179
parent1dd2c8cd0770040b616803f4b6a4a81ff314ea6a (diff)
downloademacs-0ce4bf3ede9be928062abe47675345375e01d3c0.tar.gz
emacs-0ce4bf3ede9be928062abe47675345375e01d3c0.zip
* Do not skip native compilation for leim subfolder during boostrap
* lisp/emacs-lisp/comp.el (comp-bootstrap-black-list): Remove "^leim/".
-rw-r--r--lisp/emacs-lisp/comp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index e5674ccc95e..cde9899d26c 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -93,7 +93,7 @@ Skip if any is matching."
93 :group 'comp) 93 :group 'comp)
94 94
95(defcustom comp-bootstrap-black-list 95(defcustom comp-bootstrap-black-list
96 '("^leim/") 96 '()
97 "List of regexps to exclude files from native compilation during bootstrap. 97 "List of regexps to exclude files from native compilation during bootstrap.
98Skip if any is matching." 98Skip if any is matching."
99 :type 'list 99 :type 'list