From c9e9c691c353d5d4835551de8d7d1f4c0ec74b9f Mon Sep 17 00:00:00 2001 From: Paul Steckler Date: Wed, 24 May 2017 11:14:51 -0400 Subject: Remove mmm and ML4PG contribs and remove references to them in code and docs --- coq/coq.el | 7 ------- 1 file changed, 7 deletions(-) (limited to 'coq/coq.el') 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 -- cgit v1.2.3