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." :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