aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-config.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2010-09-29 12:20:10 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2010-09-29 12:20:10 +0000
commitc4ec51bc48097bb0b8947b7ac7d78a8b4de4a6f2 (patch)
tree7c84bbfda4000cf9704656242ce26a99d10fb859 /generic/proof-config.el
parentd12604ffc699a283fa92ec8b6845238d6f2f55af (diff)
Support proof-shell-init-cmd being a list
Diffstat (limited to 'generic/proof-config.el')
-rw-r--r--generic/proof-config.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el
index b817b10b..0ede4c5f 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -826,14 +826,14 @@ See also `proof-shell-init-cmd'."
:group 'proof-shell)
(defcustom proof-shell-init-cmd nil
- "The command for initially configuring the proof process.
+ "The command(s) for initially configuring the proof process.
This command is sent to the process as soon as synchronization is gained
\(when an annotated prompt is first recognized). It can be used to configure
the proof assistant in some way, or print a welcome message
\(since output before the first prompt is discarded).
See also `proof-shell-pre-sync-init-cmd'."
- :type '(choice string (const nil))
+ :type '(choice (list string) string (const nil))
:group 'proof-shell)
;; TODO: remove proof-shell-init-cmd in favour of this hook