diff options
| author | David Aspinall | 2000-09-11 10:40:41 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-09-11 10:40:41 +0000 |
| commit | 1fb2f07f0b9ecae2118f480fdb6f3854bedfd612 (patch) | |
| tree | 57cab11cfbf91985028a0eacfca011cac4e8a1e1 /generic/proof-config.el | |
| parent | e098f0755956c40ffd43ce4aecb05501b5f987fb (diff) | |
Added proof-shell-annotated-prompt-regexp to important settings, removed safe default of empty string (now will have error msgs from filter)
Diffstat (limited to 'generic/proof-config.el')
| -rw-r--r-- | generic/proof-config.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el index 3ca47c76..1107358c 100644 --- a/generic/proof-config.el +++ b/generic/proof-config.el @@ -1434,7 +1434,7 @@ Leave unset if no special characters are being used." :type '(choice character (const nil)) :group 'proof-shell) -(defcustom proof-shell-annotated-prompt-regexp "" +(defcustom proof-shell-annotated-prompt-regexp nil "Regexp matching a (possibly annotated) prompt pattern. Output is grabbed between pairs of lines matching this regexp. To help matching you may be able to annotate the proof assistant |
