aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 f13a0f1e..2a803f36 100644
--- a/coq/coq-system.el
+++ b/coq/coq-system.el
@@ -259,7 +259,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)