diff options
| -rw-r--r-- | generic/proof-script.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/proof-script.el b/generic/proof-script.el index 7c75a8be..68b10b5e 100644 --- a/generic/proof-script.el +++ b/generic/proof-script.el @@ -1222,7 +1222,8 @@ the ACS is marked in the current buffer. If CMD does not match any, ;; proof, and add to buffer-local list of elements, maybe ;; making invisible. (let ((proofbodyspan - (make-span goalend (if proof-script-integral-proofs saveend savestart)))) + (make-span goalend (if proof-script-integral-proofs + saveend savestart)))) (pg-add-proof-element nam proofbodyspan gspan)) ;; Set the context sensitive menu/keys |
