aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-par-compile.el
diff options
context:
space:
mode:
authorGravatar Hendrik Tews <hendrik@askra.de>2012-11-14 09:09:32 +0000
committerGravatar Hendrik Tews <hendrik@askra.de>2012-11-14 09:09:32 +0000
commit78a60e73ff0398392d55be24f60446c58808509c (patch)
tree5f2e335e1b6c64c0ec645025f4c882f5c8341b6b /coq/coq-par-compile.el
parentd4dcfa5108f3a66285420a71a0da76503ae0b584 (diff)
update documentation
Diffstat (limited to 'coq/coq-par-compile.el')
-rw-r--r--coq/coq-par-compile.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/coq/coq-par-compile.el b/coq/coq-par-compile.el
index 2d08c218..109b2c2d 100644
--- a/coq/coq-par-compile.el
+++ b/coq/coq-par-compile.el
@@ -221,12 +221,6 @@
;;; Variables
-(defcustom coq-max-background-compilation-jobs 1
- "Maximal number of background compilation jobs."
- :type 'integer
- :safe (lambda (v) (and (integerp v) (> v 0)))
- :group 'coq-auto-compile)
-
(defvar coq-par-ancestor-files nil
"Hash remembering the state of locked ancestor files.
This hash maps true file names (in the sense of `file-truename')