aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-maths-menu.el
diff options
context:
space:
mode:
authorClément Pit--Claudel2017-05-05 12:08:54 -0400
committerClément Pit--Claudel2017-05-05 12:10:58 -0400
commit574b0992e3cb4b7a4ad88400b9a5ab0198a96ca5 (patch)
tree7ffa6eabd60c907e674fd21261a83d721ebd72a7 /generic/proof-maths-menu.el
parent409a116b00a2208e0fbc528981176d29c7966db6 (diff)
Change (eval-when (compile) ...) to (eval-when-compile ...)
This fixes a bunch of compilation warnings
Diffstat (limited to 'generic/proof-maths-menu.el')
-rw-r--r--generic/proof-maths-menu.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/proof-maths-menu.el b/generic/proof-maths-menu.el
index ded6568a..57fafa98 100644
--- a/generic/proof-maths-menu.el
+++ b/generic/proof-maths-menu.el
@@ -23,7 +23,7 @@
(eval-when-compile
(require 'cl))
-(eval-when (compile)
+(eval-when-compile
(require 'proof-auxmodes) ; loaded by proof.el
(require 'maths-menu)) ; loaded dynamically in proof-auxmodes