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.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/coq/coq-system.el b/coq/coq-system.el
index 63ee57ac..e3164644 100644
--- a/coq/coq-system.el
+++ b/coq/coq-system.el
@@ -514,8 +514,8 @@ coqtop."
(push opt args))
(`("-arg" ,concatenated-args)
(setq args
- (append (split-string-and-unquote (cadr opt) coq--project-file-separator)
- args)))))
+ (append args
+ (split-string-and-unquote (cadr opt) coq--project-file-separator))))))
(cons "-emacs" args)))
(defun coq--extract-load-path-1 (option base-directory)