From 574b0992e3cb4b7a4ad88400b9a5ab0198a96ca5 Mon Sep 17 00:00:00 2001 From: Clément Pit--Claudel Date: Fri, 5 May 2017 12:08:54 -0400 Subject: Change (eval-when (compile) ...) to (eval-when-compile ...) This fixes a bunch of compilation warnings --- isar/isar-unicode-tokens.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'isar/isar-unicode-tokens.el') diff --git a/isar/isar-unicode-tokens.el b/isar/isar-unicode-tokens.el index a1e05843..c6f58452 100644 --- a/isar/isar-unicode-tokens.el +++ b/isar/isar-unicode-tokens.el @@ -14,7 +14,7 @@ (require 'cl) ; for-loop -(eval-when (compile) +(eval-when-compile (require 'unicode-tokens) ; it's loaded dynamically at runtime (require 'proof-unicode-tokens)) ; that file loads us at runtime -- cgit v1.2.3