aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-toolbar.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2000-05-25 15:06:07 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2000-05-25 15:06:07 +0000
commit0d57e1fee664d071c77070b10a4b3d28ad37fbfc (patch)
tree9fa20b6ee7c38c874913141be8554c5ffce536ad /generic/proof-toolbar.el
parenta8cb1ff621cc7c84d4c3ee840a015375a8f23e21 (diff)
Next button is enabled whenever locked region is not full.
Diffstat (limited to 'generic/proof-toolbar.el')
-rw-r--r--generic/proof-toolbar.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/proof-toolbar.el b/generic/proof-toolbar.el
index 04048cef..aff55653 100644
--- a/generic/proof-toolbar.el
+++ b/generic/proof-toolbar.el
@@ -306,9 +306,7 @@ changed state."
;;
(defun proof-toolbar-next-enable-p ()
- (and
- (not (proof-locked-region-full-p))
- (not (and (proof-shell-live-buffer) proof-shell-busy))))
+ (not (proof-locked-region-full-p)))
(defalias 'proof-toolbar-next 'proof-assert-next-command-interactive)