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 32226f99..454024c5 100644 --- a/coq/coq-indent.el +++ b/coq/coq-indent.el @@ -729,7 +729,7 @@ argument must be t if inside the {}s of a record, nil otherwise." (goto-char deb) (while (< (point) fin) (or (and (bolp) (eolp)) - (proof-indent-line-not-comments)) + (coq-indent-line-not-comments)) (forward-line 1)) (goto-char fin))) |
