diff options
| author | Pierre Courtieu | 2004-03-15 17:13:08 +0000 |
|---|---|---|
| committer | Pierre Courtieu | 2004-03-15 17:13:08 +0000 |
| commit | f2a148db80fb52e9adf8ddd3f4c8e6695056d131 (patch) | |
| tree | fe2204b72dbf73d775808770c4e38b28a5371201 /coq | |
| parent | af0373306857ae7ec403a0872974a4ea4a4da4a1 (diff) | |
bug fix in holes (call to proof-indent-line instead of funcall
indent-line-function).
Diffstat (limited to 'coq')
| -rw-r--r-- | coq/coq-indent.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/coq/coq-indent.el b/coq/coq-indent.el index 3597c329..5cc7d868 100644 --- a/coq/coq-indent.el +++ b/coq/coq-indent.el @@ -529,3 +529,9 @@ (provide 'coq-indent) +;;; Local Variables: *** +;;; tab-width:2 *** +;;; fill-column: 85 *** +;;; indent-tabs-mode:nil *** +;;; End: *** + |
