aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-indent.el
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <courtieu@lri.fr>2006-09-15 07:41:51 +0000
committerGravatar Pierre Courtieu <courtieu@lri.fr>2006-09-15 07:41:51 +0000
commitfe9c3183678fb385a5cf65a5afda7a06ec64ea98 (patch)
tree01ea9f6fc5c0346a2d136ce0aa3b8ff649e1482e /coq/coq-indent.el
parent363af367c6fa05a63b2c00f0be32eadc2ed80c69 (diff)
typo in coq-indent.
Diffstat (limited to 'coq/coq-indent.el')
-rw-r--r--coq/coq-indent.el2
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)))