aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-system.el
diff options
context:
space:
mode:
Diffstat (limited to 'coq/coq-system.el')
-rw-r--r--coq/coq-system.el2
1 files changed, 1 insertions, 1 deletions
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)