From a1649922afd8053f8ce149e9862e6211607ece06 Mon Sep 17 00:00:00 2001 From: Jackson Ray Hamilton Date: Mon, 30 May 2016 14:43:51 -0700 Subject: [PATCH] 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 dafc9591b..0c38e8542 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 fe990d956..c63dc6bc7 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 c54cb8010..165549644 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. -- 2.39.2