diff options
| author | David Aspinall | 2001-09-03 11:08:07 +0000 |
|---|---|---|
| committer | David Aspinall | 2001-09-03 11:08:07 +0000 |
| commit | dcebd90dfba10c883be8fceba7d41e8480f228b9 (patch) | |
| tree | 9308ba84764cc9aa774146076e0fef2caf7273e9 | |
| parent | 3c8a94d1f6fb0dc628466ac431d1d6a753ab20dc (diff) | |
Formatting
| -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 |
