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 /generic/proof-config.el | |
| parent | af0373306857ae7ec403a0872974a4ea4a4da4a1 (diff) | |
bug fix in holes (call to proof-indent-line instead of funcall
indent-line-function).
Diffstat (limited to 'generic/proof-config.el')
| -rw-r--r-- | generic/proof-config.el | 2 |
1 files changed, 2 insertions, 0 deletions
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? |
