aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coq/coq.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq.el b/coq/coq.el
index 69bdce06..f15c6906 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -2083,7 +2083,7 @@ are non-nil at the same time, this gives priority to the former."
;; Activation of ML4PG functionality
(defun coq-activate-ml4pg ()
- (load-file (concatenate 'string proof-home-directory "coq/ML4PG/ml4pg.el"))
+ (load-file (concatenate 'string proof-home-directory "contrib/ML4PG/ml4pg.el"))
(ml4pg-select-mode))