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

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

[elpa] master b3ea138 19/21: Remove no-byte-compile from development fil


From: Jackson Ray Hamilton
Subject: [elpa] master b3ea138 19/21: Remove no-byte-compile from development files.
Date: Fri, 23 Dec 2016 20:27:52 +0000 (UTC)

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

    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.
 



reply via email to

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