aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coq/coq-indent.el6
-rw-r--r--generic/holes.el2
-rw-r--r--generic/proof-config.el2
3 files changed, 9 insertions, 1 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: ***
+
diff --git a/generic/holes.el b/generic/holes.el
index cd559eb2..4d7fe7b0 100644
--- a/generic/holes.el
+++ b/generic/holes.el
@@ -794,7 +794,7 @@ end of last abbrev expansion. "
(save-excursion
(previous-line n)
(while (>= n 0)
- (proof-indent-line)
+ (funcall indent-line-function)
(next-line 1)
(setq n (- n 1))
)
diff --git a/generic/proof-config.el b/generic/proof-config.el
index cd1b0413..fb17dc4e 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -1164,6 +1164,8 @@ proof-goal-command-regexp instead)."
;; move the code of isar-global-save-command-p to proof-done-advancing.
;; FIXME da: sounds like a good idea, then that would give us a proper
;; handling of nested proofs?
+;; FIXME: Pierre:Careful: in coq V8 I now need a function to detect save
+;; command. Because Proof <term>. is a term, but not Proof with ...
;;
(defcustom proof-really-save-command-p (lambda (span cmd) t)
"Is this really a save command?