]> code.delx.au - gnu-emacs-elpa/commitdiff
Don't byte compile development files.
authorJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Mon, 30 May 2016 21:43:51 +0000 (14:43 -0700)
committerJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Mon, 30 May 2016 21:43:51 +0000 (14:43 -0700)
This should fix an issue where ELPA tried to compile files with
dependencies it could not resolve.

context-coloring-benchmark.el
context-coloring-coverage.el
context-coloring-test.el

index dafc9591b817c3310ed4bd9cc95ef9f0f89f84dd..0c38e85421da4705c98928c39ad44323cf29087c 100644 (file)
@@ -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.
 
index fe990d95600aae9ad3b6afaf6749ceb0b64d541a..c63dc6bc755b1f7ac0d4fd3c97b91bf9d4a3b264 100644 (file)
@@ -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.
 
index c54cb80105307d8b8d95698e46d277e86c2d0289..165549644887cb26ee606f4ad2380ab6f2044e62 100644 (file)
@@ -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.