aboutsummaryrefslogtreecommitdiffhomepage
path: root/phox
diff options
context:
space:
mode:
authorGravatar Clément Pit--Claudel <clement.pitclaudel@live.com>2017-05-05 12:08:54 -0400
committerGravatar Clément Pit--Claudel <clement.pitclaudel@live.com>2017-05-05 12:10:58 -0400
commit574b0992e3cb4b7a4ad88400b9a5ab0198a96ca5 (patch)
tree7ffa6eabd60c907e674fd21261a83d721ebd72a7 /phox
parent409a116b00a2208e0fbc528981176d29c7966db6 (diff)
Change (eval-when (compile) ...) to (eval-when-compile ...)
This fixes a bunch of compilation warnings
Diffstat (limited to 'phox')
-rw-r--r--phox/phox-extraction.el2
1 files changed, 1 insertions, 1 deletions
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))