aboutsummaryrefslogtreecommitdiffhomepage
path: root/hol-light
diff options
context:
space:
mode:
Diffstat (limited to 'hol-light')
-rw-r--r--hol-light/hol-light.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/hol-light/hol-light.el b/hol-light/hol-light.el
index 85d10607..467453ed 100644
--- a/hol-light/hol-light.el
+++ b/hol-light/hol-light.el
@@ -16,9 +16,9 @@
(or (proof-try-require 'caml-font) ; use OCaml Emacs mode syntax
(defvar caml-font-lock-keywords nil)) ;
-(eval-when (compile)
- (require 'proof-tree)
- (defvar caml-font-lock-keywords nil))
+(eval-when-compile
+ (require 'proof-tree)
+ (defvar caml-font-lock-keywords nil))
(defcustom hol-light-home
(or (getenv "HOLLIGHT_HOME")