aboutsummaryrefslogtreecommitdiffhomepage
path: root/lego
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-04 08:39:56 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-04 08:39:56 +0000
commita3397a0cdd8af9f9cde954b3647a45476df91439 (patch)
treee1fd96ca46c45da16b2c2b6877911eea37cae620 /lego
parent2caea10ae59fa63882ed60cb92a6d4250832e0ba (diff)
Remove proof-no-command
Diffstat (limited to 'lego')
-rw-r--r--lego/lego.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lego/lego.el b/lego/lego.el
index d6211edb..896309f0 100644
--- a/lego/lego.el
+++ b/lego/lego.el
@@ -237,7 +237,7 @@ Given is the first SPAN which needs to be undone."
;; Carry on searching forward for something to forget
;; (The first thing to be forget will forget everything following)
(setq span (next-span span 'type)))
- (or ans proof-no-command)))
+ ans)); was (or ans proof-no-command)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Other stuff which is required to customise script management ;;