diff options
| author | David Aspinall | 1999-11-15 22:54:54 +0000 |
|---|---|---|
| committer | David Aspinall | 1999-11-15 22:54:54 +0000 |
| commit | e00bf9df96a288cf9d380390f66956304b77d2aa (patch) | |
| tree | b60fa9aa9e9bd26431fc11959d4e059847f17434 | |
| parent | 20935f28dd7af5bc1569b1762b8bc1512053267e (diff) | |
docstring
| -rw-r--r-- | generic/proof-shell.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/proof-shell.el b/generic/proof-shell.el index c1aede9b..af0f4cc4 100644 --- a/generic/proof-shell.el +++ b/generic/proof-shell.el @@ -1789,6 +1789,9 @@ If WAIT is an integer, wait for that many seconds afterwards." ;; (Problem to fix is that process can die before sentinel is set: ;; it ought to be set just here, perhaps: but setting hook here ;; had no effect for some odd reason). + ;; What actually happens: an obscure infinite loop somewhere + ;; that can lead to "lisp nesting exceeded" somewhere, when + ;; shell startup fails. Ugly, but low priority to fix. )) ;; watch difference with proof-shell-menu, proof-shell-mode-menu. |
