aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--generic/proof-auxmodes.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/generic/proof-auxmodes.el b/generic/proof-auxmodes.el
index e29bc753..20ced2a4 100644
--- a/generic/proof-auxmodes.el
+++ b/generic/proof-auxmodes.el
@@ -1,6 +1,6 @@
;;; proof-auxmodes.el --- Arrange for auxiliary modes to be loaded when required
;;
-;; Copyright (C) 2008 David Aspinall / LFCS Edinburgh
+;; Copyright (C) 2008, 2010 David Aspinall / LFCS Edinburgh
;; Author: David Aspinall <David.Aspinall@ed.ac.uk>
;; License: GPL (GNU GENERAL PUBLIC LICENSE)
@@ -25,7 +25,7 @@
;; put bundled version on load path
(setq load-path
(cons
- (concat proof-home-directory "mmm/")
+ (concat proof-home-directory "contrib/mmm/")
load-path))
;; *should* always succeed unless bundled version broken
(proof-try-require 'mmm-auto)))
@@ -66,6 +66,7 @@ The test loads optional prover-specific config in <foo>-maths-menu.el"
(proof-unicode-tokens-support-available))
(proof-unicode-tokens-set-global t)))
+
(provide 'proof-auxmodes)
;;; proof-auxmodes.el ends here