diff options
| author | David Aspinall | 2009-09-04 16:42:57 +0000 |
|---|---|---|
| committer | David Aspinall | 2009-09-04 16:42:57 +0000 |
| commit | 17460bf8b246b7f26b390ca67145c11ee230de9d (patch) | |
| tree | 465f779266370857f41fa284f25c01e3a44b019c /generic/proof-shell.el | |
| parent | d7997eed169686a3bc966fd4d6d7c68804e22eef (diff) | |
Remove proof-shell-prompt-pattern, no longer used.
Diffstat (limited to 'generic/proof-shell.el')
| -rw-r--r-- | generic/proof-shell.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/generic/proof-shell.el b/generic/proof-shell.el index 0b6f2ce9..cc41b123 100644 --- a/generic/proof-shell.el +++ b/generic/proof-shell.el @@ -1822,11 +1822,8 @@ Error messages are displayed as usual." (buffer-disable-undo) - ;; comint customisation. + ;; scomint customisation. - (if proof-shell-prompt-pattern - (setq scomint-prompt-regexp proof-shell-prompt-pattern)) - (setq scomint-output-filter-functions '(proof-shell-filter)) ;; Proof marker is initialised in filter to first prompt found |
