aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-auxmodes.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-27 11:29:13 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-27 11:29:13 +0000
commit15ccc9c78cf0bc4fb5d6ffa0e76d280d9638e99b (patch)
treecc5524b33b60b82d1948f9417902562e1144a695 /generic/proof-auxmodes.el
parentf9a1b6f769bb2c6fa09dd3e845c09af3361b7e6d (diff)
Move location of mmm
Diffstat (limited to 'generic/proof-auxmodes.el')
-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