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 8e0f9034..f133d1c5 100644
--- a/coq/coq-system.el
+++ b/coq/coq-system.el
@@ -449,7 +449,7 @@ coqtop."
(push opt args))
(`("-arg" ,concatenated-args)
(setq args
- (append (split-string (cadr opt) coq--project-file-separator)
+ (append (split-string-and-unquote (cadr opt) coq--project-file-separator)
args)))))
(cons "-emacs" args)))