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 --- phox/phox-extraction.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phox') diff --git a/phox/phox-extraction.el b/phox/phox-extraction.el index 87ea70f6..84937f36 100644 --- a/phox/phox-extraction.el +++ b/phox/phox-extraction.el @@ -9,7 +9,7 @@ (require 'cl) -(eval-when (compile) +(eval-when-compile (defvar phox-prog-name nil)) (declare-function proof-shell-invisible-command "proof-shell" (str)) -- cgit v1.2.3