aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq.el
diff options
context:
space:
mode:
authorGravatar Clément Pit--Claudel <clement.pitclaudel@live.com>2017-02-25 19:35:35 -0500
committerGravatar Clément Pit--Claudel <clement.pitclaudel@live.com>2017-03-08 15:06:17 -0500
commit98f2e463287e3562dc7b7126e062919a8604ca4a (patch)
treee2fc6e477e8c82f4cc1db25cb81931ca9e680a84 /coq/coq.el
parent673082b2bee3ca327db56bdc559f7f925259d1c8 (diff)
Remove compile-time calls to proof-ready-for-assistant
Compilation used to run in a separate Emacs process for each file, but that's not what happens when installing PG with package.el.
Diffstat (limited to 'coq/coq.el')
-rw-r--r--coq/coq.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/coq/coq.el b/coq/coq.el
index b60606c3..2c8e4cfa 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -30,8 +30,7 @@
(defvar coq-time-commands) ; defpacustom
(defvar coq-use-project-file t) ; defpacustom
(defvar coq-use-editing-holes) ; defpacustom
- (defvar coq-hide-additional-subgoals)
- (proof-ready-for-assistant 'coq)) ; compile for coq
+ (defvar coq-hide-additional-subgoals))
(require 'proof)
(require 'coq-system) ; load path, option, project file etc.