aboutsummaryrefslogtreecommitdiff
path: root/proof.el
diff options
context:
space:
mode:
authorThomas Kleymann1996-11-21 14:47:10 +0000
committerThomas Kleymann1996-11-21 14:47:10 +0000
commita4907acf9d5b3e576997a4166f8ca08614bf2261 (patch)
tree23c8beb7912f01aea0b5568cb5e809ad76cbbed9 /proof.el
parent6e6920cc58908c104219a114f5280944938bf26f (diff)
*** empty log message ***
Diffstat (limited to 'proof.el')
-rw-r--r--proof.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/proof.el b/proof.el
index c917519a..a42805b6 100644
--- a/proof.el
+++ b/proof.el
@@ -3,7 +3,7 @@
;; rearranging Thomas Schreiber's code.
;; Maintainer: LEGO Team <lego@dcs.ed.ac.uk>
-;; Time-stamp: <05 Nov 96 tms /home/tms/elisp/proof.el>
+;; Time-stamp: <17 Nov 96 tms /home/tms/elisp/proof.el>
;; Thanks to David Aspinall, Robert Boyer, Rod Burstall,
;; James McKinna, Mark Ruys, Martin Steffen, Perdita Stevens
@@ -351,7 +351,6 @@
(erase-buffer)
(funcall proof-shell-mode-is)
(setq comint-prompt-regexp proof-shell-prompt-pattern)
- (setq comint-scroll-to-bottom-on-output t)
(setq comint-input-sender 'proof-input-sender)
(and running-emacs19 (setq comint-scroll-show-maximum-output t))
(proof-display-buffer buffer-name)