branch: master commit b3ea138a154dbe91da8248ad93e81bd7d846411f Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com> Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Remove no-byte-compile from development files. `no-byte-compile' used to be necessary to prevent compilation errors on ELPA, but since committing 580a1b6 to ELPA, these files shouldn't be compiled any more. The advantage to removing this line is that the files can now be checked by Flycheck again. --- 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 0c38e85..dafc959 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; no-byte-compile: t; -*- +;;; context-coloring-benchmark.el --- Benchmarks for context coloring -*- lexical-binding: t; -*- ;; Copyright (C) 2014-2016 Free Software Foundation, Inc. diff --git a/context-coloring-coverage.el b/context-coloring-coverage.el index c63dc6b..fe990d9 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; no-byte-compile: t; -*- +;;; context-coloring-coverage.el --- Test coverage for context coloring -*- lexical-binding: t; -*- ;; Copyright (C) 2014-2016 Free Software Foundation, Inc. diff --git a/context-coloring-test.el b/context-coloring-test.el index 32080bb..fabf55b 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; no-byte-compile: t; -*- +;;; context-coloring-test.el --- Tests for context coloring -*- lexical-binding: t; -*- ;; Copyright (C) 2014-2016 Free Software Foundation, Inc.