branch: externals/context-coloring
commit 75a8c811874c231b49729e76c696824463e54402
Merge: bf4559a330 c487f63cfb
Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>

    Merge commit 'c487f63cfb'
---
 context-coloring-coverage.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/context-coloring-coverage.el b/context-coloring-coverage.el
index fe990d9560..e74024d98b 100644
--- a/context-coloring-coverage.el
+++ b/context-coloring-coverage.el
@@ -26,7 +26,7 @@
 ;;; Code:
 
 (require 'json)
-(require 'undercover)
+(require 'undercover nil 'noerror)   ;Don't signal an error during compilation.
 
 
 (defconst context-coloring-coverage-directory

Reply via email to