aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-toolbar.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1998-12-11 13:44:02 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1998-12-11 13:44:02 +0000
commite506cc153e75f22d1875981c80698fc259201db6 (patch)
tree28f2d59d467444476764835bfbbfe21aaaaef9e8 /generic/proof-toolbar.el
parent07bd4affff085fe11d56b5a7fe2d72a99567fdaa (diff)
Removed check for proof script buffer from retraction enabler.
Diffstat (limited to 'generic/proof-toolbar.el')
-rw-r--r--generic/proof-toolbar.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/proof-toolbar.el b/generic/proof-toolbar.el
index c767648c..a89dc536 100644
--- a/generic/proof-toolbar.el
+++ b/generic/proof-toolbar.el
@@ -311,8 +311,7 @@ Move point if the end of the locked position is invisible."
;;
(defun proof-toolbar-retract-enable-p ()
- (and (eq (current-buffer) proof-script-buffer)
- (not (proof-locked-region-empty-p))))
+ (not (proof-locked-region-empty-p)))
(defun proof-toolbar-retract ()
"Retract entire buffer."