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 --- coq/coq-local-vars.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coq/coq-local-vars.el') diff --git a/coq/coq-local-vars.el b/coq/coq-local-vars.el index cd29e218..50a1f626 100644 --- a/coq/coq-local-vars.el +++ b/coq/coq-local-vars.el @@ -14,7 +14,7 @@ (eval-when-compile (require 'cl)) -(eval-when (compile) +(eval-when-compile (defvar coq-prog-name) (defvar coq-load-path)) -- cgit v1.2.3