emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master a164992 23/25: Don't byte compile development files.


From: Jackson Ray Hamilton
Subject: [elpa] master a164992 23/25: Don't byte compile development files.
Date: Mon, 30 May 2016 22:10:46 +0000 (UTC)

branch: master
commit a1649922afd8053f8ce149e9862e6211607ece06
Author: Jackson Ray Hamilton <address@hidden>
Commit: Jackson Ray Hamilton <address@hidden>

    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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]