aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq
diff options
context:
space:
mode:
authorGravatar Makarius Wenzel <makarius@sketis.net>1999-05-27 19:24:05 +0000
committerGravatar Makarius Wenzel <makarius@sketis.net>1999-05-27 19:24:05 +0000
commit654813cfbde23c0855f1619d5894491dc1f7eec4 (patch)
tree5748b5fca5ab3dd49407b3012432d7426add9044 /coq
parentb50aa5058c361ac72a293c70b4ee82e7cd608279 (diff)
renamed proof-commands-regexp to proof-indent-commands-regexp, which
is less confusing);
Diffstat (limited to 'coq')
-rw-r--r--coq/coq.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq.el b/coq/coq.el
index b25e2777..e1ef5054 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -443,7 +443,7 @@
proof-save-with-hole-regexp coq-save-with-hole-regexp
proof-goal-with-hole-regexp coq-goal-with-hole-regexp
proof-kill-goal-command coq-kill-goal-command
- proof-commands-regexp (proof-ids-to-regexp coq-keywords))
+ proof-indent-commands-regexp (proof-ids-to-regexp coq-keywords))
(coq-init-syntax-table)