diff options
Diffstat (limited to 'generic')
| -rw-r--r-- | generic/holes.el | 2 | ||||
| -rw-r--r-- | generic/proof-config.el | 2 |
2 files changed, 3 insertions, 1 deletions
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? |
