aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Assia Mahboubi <assia.mahboubi@inria.fr>2009-03-17 13:23:30 +0000
committerGravatar Assia Mahboubi <assia.mahboubi@inria.fr>2009-03-17 13:23:30 +0000
commit0bc3d4022d30f50a4f7221facb5e8ba728b657bf (patch)
tree7345fd34ebd3ff531ead7de0c69b8ef0386b92bd
parent777dc33ca65659208a5ed37e33ad4127ea087436 (diff)
fixed a bad interaction with Coq -R option
-rw-r--r--coq/coq.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/coq/coq.el b/coq/coq.el
index c769ff39..c9471692 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -117,8 +117,10 @@ On Windows you might need something like:
;; FIXME da: this was disabled (set to nil) -- why?
;; da: 3.5: add experimetntal
-(defvar coq-shell-cd
- "Add LoadPath \"%s\"." ;; fixes unadorned Require (if .vo exists).
+;; am:answer: because of bad interaction
+;; with coq -R option.
+(defvar coq-shell-cd nil
+;; "Add LoadPath \"%s\"." ;; fixes unadorned Require (if .vo exists).
"*Command of the inferior process to change the directory.")
(defvar coq-shell-abort-goal-regexp "Current goal aborted"