From 24858fa6989ae8b41e0c31fca5499cceeb4f21e8 Mon Sep 17 00:00:00 2001 From: Hendrik Tews Date: Wed, 26 Oct 2016 09:53:38 +0200 Subject: fix parallel compilation and improve assertions and debugging code - fixes #92 --- coq/coq-system.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coq/coq-system.el') diff --git a/coq/coq-system.el b/coq/coq-system.el index f133d1c5..8df77da0 100644 --- a/coq/coq-system.el +++ b/coq/coq-system.el @@ -270,7 +270,7 @@ request compatibility handling of flags." (list "-R" (expand-file-name dir) alias))) (pcase entry ((and (pred stringp) dir) - (list "-Q" (expand-file-name dir) "\"\"")) + (list "-Q" (expand-file-name dir) "")) (`(ocamlimport ,dir) (list "-I" (expand-file-name dir))) (`(recnoimport ,dir ,alias) -- cgit v1.2.3