diff options
| author | Jackson Ray Hamilton <jackson@jacksonrayhamilton.com> | 2024-03-31 13:37:53 -0700 |
|---|---|---|
| committer | Jackson Ray Hamilton <jackson@jacksonrayhamilton.com> | 2024-03-31 13:37:53 -0700 |
| commit | 75a8c811874c231b49729e76c696824463e54402 (patch) | |
| tree | 5664e91d225af5cb5dd279e23461cf43c7ccb29f | |
| parent | bf4559a330ac7bb526288b6992d3685fc3a70887 (diff) | |
| parent | c487f63cfb2ec4e36ac4baaef28cb0994cf01c06 (diff) | |
Merge commit 'c487f63cfb'externals/context-coloring
| -rw-r--r-- | context-coloring-coverage.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/context-coloring-coverage.el b/context-coloring-coverage.el index fe990d9..e74024d 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 |
