aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic
diff options
context:
space:
mode:
Diffstat (limited to 'generic')
-rw-r--r--generic/proof-shell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/proof-shell.el b/generic/proof-shell.el
index cc7e56f8..a8e79fcd 100644
--- a/generic/proof-shell.el
+++ b/generic/proof-shell.el
@@ -863,7 +863,7 @@ used in `proof-add-to-queue' when we start processing a queue, and in
;; Replace CRs from string with spaces to avoid spurious prompts.
(if proof-shell-strip-crs-from-input
- (setq string (subst-char-in-string ?\n ?\ string t)))
+ (setq string (subst-char-in-string ?\n ?\ string)))
(insert string)