branch: master commit a1649922afd8053f8ce149e9862e6211607ece06 Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com> Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Don't byte compile development files. This should fix an issue where ELPA tried to compile files with dependencies it could not resolve. --- context-coloring-benchmark.el | 2 +- context-coloring-coverage.el | 2 +- context-coloring-test.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/context-coloring-benchmark.el b/context-coloring-benchmark.el index dafc959..0c38e85 100644 --- a/context-coloring-benchmark.el +++ b/context-coloring-benchmark.el @@ -1,4 +1,4 @@ -;;; context-coloring-benchmark.el --- Benchmarks for context coloring -*- lexical-binding: t; -*- +;;; context-coloring-benchmark.el --- Benchmarks for context coloring -*- lexical-binding: t; no-byte-compile: t; -*- ;; Copyright (C) 2014-2016 Free Software Foundation, Inc. diff --git a/context-coloring-coverage.el b/context-coloring-coverage.el index fe990d9..c63dc6b 100644 --- a/context-coloring-coverage.el +++ b/context-coloring-coverage.el @@ -1,4 +1,4 @@ -;;; context-coloring-coverage.el --- Test coverage for context coloring -*- lexical-binding: t; -*- +;;; context-coloring-coverage.el --- Test coverage for context coloring -*- lexical-binding: t; no-byte-compile: t; -*- ;; Copyright (C) 2014-2016 Free Software Foundation, Inc. diff --git a/context-coloring-test.el b/context-coloring-test.el index c54cb80..1655496 100644 --- a/context-coloring-test.el +++ b/context-coloring-test.el @@ -1,4 +1,4 @@ -;;; context-coloring-test.el --- Tests for context coloring -*- lexical-binding: t; -*- +;;; context-coloring-test.el --- Tests for context coloring -*- lexical-binding: t; no-byte-compile: t; -*- ;; Copyright (C) 2014-2016 Free Software Foundation, Inc.