diff options
| author | David Aspinall | 2010-10-01 14:37:37 +0000 |
|---|---|---|
| committer | David Aspinall | 2010-10-01 14:37:37 +0000 |
| commit | 772329f70de3f86ad4fe317372e812bc57bbfa2e (patch) | |
| tree | fc1a6c3d32316c6a9c8648acaf3da9b41fa4df73 | |
| parent | b2b6d6b9824c921a1f3a920871817fefcd6eccfc (diff) | |
proof-next-command-on-new-line: add this new internal flag
| -rw-r--r-- | generic/pg-vars.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/generic/pg-vars.el b/generic/pg-vars.el index 5a83bb19..7ce99d8c 100644 --- a/generic/pg-vars.el +++ b/generic/pg-vars.el @@ -228,6 +228,12 @@ Set in `proof-shell-process-urgent-message'.") Used in `proof-autosend-loop' and inspected in other places to inhibit user interaction.") +(defvar proof-next-command-on-new-line nil + "Indicate that `proof-script-new-command-advance' should make a newline. +Internal variable dynamically bound.") + + + ;; ;; Not variables at all: global constants (were in proof-config) |
