aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall1999-09-13 15:15:42 +0000
committerDavid Aspinall1999-09-13 15:15:42 +0000
commit02cbe0b4a6b6daceed5870a29288131a7b305e41 (patch)
treebc2305eba9291a229782f73a3b969283ec449edc
parent0f81566c6f08acae74d280e28cc30eafb9b9678f (diff)
Failed attempt to prevent Coq from starting up with display of current directory.
-rw-r--r--coq/coq.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq.el b/coq/coq.el
index 043b7f15..c1ee66b0 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -65,7 +65,7 @@
;; Command to initialize the Coq Proof Assistant
(defconst coq-shell-init-cmd
- (concat (format "Set Undo %s." coq-default-undo-limit)
+ (concat (format "Set Undo %s.\n" coq-default-undo-limit)
(format "Cd \"%s\"." default-directory)))
;; Command to reset the Coq Proof Assistant