diff options
| author | David Aspinall | 2003-02-19 14:17:31 +0000 |
|---|---|---|
| committer | David Aspinall | 2003-02-19 14:17:31 +0000 |
| commit | 7ffb938dd2675b95505c410df3b153b82ca7aea1 (patch) | |
| tree | 880e7a54b50bd10bb70b9e1b82ced6a4c130c108 /generic/proof-shell.el | |
| parent | 58f90bc4befb95048be676e912a5e6446ab03027 (diff) | |
Cleanups/renaming: remove some dead code, also, hide results of X-Sym enabling.
Diffstat (limited to 'generic/proof-shell.el')
| -rw-r--r-- | generic/proof-shell.el | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/generic/proof-shell.el b/generic/proof-shell.el index e7766134..90089ebd 100644 --- a/generic/proof-shell.el +++ b/generic/proof-shell.el @@ -1743,6 +1743,14 @@ usual, unless NOERROR is non-nil." (setq proof-shell-ignore-errors nil)) proof-shell-last-output) +(defun proof-shell-invisible-command-invisible-result (cmd &optional noerror) + "Execute CMD, wait for but do not display result." + ;; Just same as previous function, except we discard result + (proof-shell-invisible-cmd-get-result cmd noerror) + nil) + + + |
