emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp 0ce4bf3 2/2: * Do not skip native compilation for le


From: Andrea Corallo
Subject: feature/native-comp 0ce4bf3 2/2: * Do not skip native compilation for leim subfolder during boostrap
Date: Sun, 28 Jun 2020 16:24:44 -0400 (EDT)

branch: feature/native-comp
commit 0ce4bf3ede9be928062abe47675345375e01d3c0
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

    * Do not skip native compilation for leim subfolder during boostrap
    
        * lisp/emacs-lisp/comp.el (comp-bootstrap-black-list): Remove
        "^leim/".
---
 lisp/emacs-lisp/comp.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index e5674cc..cde9899 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]