diff options
| -rw-r--r-- | coq/coq-indent.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq-indent.el b/coq/coq-indent.el index b044937a..32226f99 100644 --- a/coq/coq-indent.el +++ b/coq/coq-indent.el @@ -732,7 +732,7 @@ argument must be t if inside the {}s of a record, nil otherwise." (proof-indent-line-not-comments)) (forward-line 1)) (goto-char fin))) - + (provide 'coq-indent) |
