aboutsummaryrefslogtreecommitdiffhomepage
path: root/pgshell
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-27 16:32:16 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-27 16:32:16 +0000
commite1a327e5621d191fe408d12b331d05dda17b395c (patch)
treec3bb2de9a1c4318b4243ddf1432ed84c3b2dfe1a /pgshell
parent1e0d6e79c32b49ea82bf7b20bd4fbeeaffd3821a (diff)
Replace proof-terminal-char with proof-terminal-string.
Diffstat (limited to 'pgshell')
-rw-r--r--pgshell/pgshell.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgshell/pgshell.el b/pgshell/pgshell.el
index bdf5c0e3..aa34e985 100644
--- a/pgshell/pgshell.el
+++ b/pgshell/pgshell.el
@@ -20,7 +20,7 @@
(proof-easy-config 'pgshell "PG-Shell"
proof-prog-name "/bin/sh" ;; or your program
- proof-terminal-char ?\; ;; end of commands
+ proof-terminal-string ";" ;; end of commands
proof-script-comment-start "\#" ;; comments
proof-shell-annotated-prompt-regexp "^.*[$] $" ;; matches prompts