From 6be03c09d7cf0fc70e98de9387254d20c252f977 Mon Sep 17 00:00:00 2001 From: Pierre Courtieu Date: Fri, 29 Sep 2006 13:49:26 +0000 Subject: adapting to proof-shell-unicode. Coq has not been adapted to the -emacs-U option. --- coq/coq-local-vars.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coq/coq-local-vars.el') diff --git a/coq/coq-local-vars.el b/coq/coq-local-vars.el index ba52abf9..f01227b3 100644 --- a/coq/coq-local-vars.el +++ b/coq/coq-local-vars.el @@ -116,7 +116,7 @@ These variable describes the coqtop arguments to be launched on this file. Optional argument OLDVALUE specifies the previous value of `coq-prog-args', it will be used to suggest values to the user." (let* ((olddirs (coq-extract-directories-from-args oldvalue)) - (progargs '("-emacs")) + (progargs (if proof-shell-unicode '("-emacs-U") '("-emacs"))) (option)) ;; first suggest preious directories (while olddirs -- cgit v1.2.3