aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq.el
diff options
context:
space:
mode:
authorGravatar Paul Steckler <steck@stecksoft.com>2017-05-24 11:14:51 -0400
committerGravatar Paul Steckler <steck@stecksoft.com>2017-05-24 11:14:51 -0400
commitc9e9c691c353d5d4835551de8d7d1f4c0ec74b9f (patch)
treef89d20d989b309730281d4266b734e0adaed1867 /coq/coq.el
parentafb29a670c537412d09cec703da7e8821c658196 (diff)
Remove mmm and ML4PG contribs and remove references to them in code and docs
Diffstat (limited to 'coq/coq.el')
-rw-r--r--coq/coq.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/coq/coq.el b/coq/coq.el
index 78c48170..d8a52983 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -2844,13 +2844,6 @@ are non-nil at the same time, this gives priority to the former."
(define-key coq-mode-map (kbd ".") 'coq-terminator-insert)
;(define-key coq-mode-map (kbd ";") 'coq-terminator-insert) ; for french keyboards
-;; Activation of ML4PG functionality
-(declare-function ml4pg-select-mode "ml4pg") ;; Avoids copilation warnings
-
-(defun coq-activate-ml4pg ()
- (let ((filename (concatenate 'string proof-home-directory "contrib/ML4PG/ml4pg.el")))
- (when (file-exists-p filename) (load-file filename) (ml4pg-select-mode))))
-
;;;;;;;;;;;;;;
;; This was done in coq-compile-common, but it is actually a good idea even