aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1999-10-06 11:11:26 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1999-10-06 11:11:26 +0000
commit813c9a3268b9b18a00d475281a35bc29b36688d3 (patch)
tree20b404192b9a982dd279264254eb183dd0d1c212 /isar
parent4a92b8040950e0a94172b20602b019b45e51a897 (diff)
Fixed proof-showproof-command
Diffstat (limited to 'isar')
-rw-r--r--isar/isar.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/isar/isar.el b/isar/isar.el
index 1c529bc3..9b00c6ca 100644
--- a/isar/isar.el
+++ b/isar/isar.el
@@ -158,7 +158,7 @@
proof-save-with-hole-regexp isar-save-with-hole-regexp
proof-indent-commands-regexp isar-indent-regexp
;; proof engine commands
- proof-proof-command "pr"
+ proof-showproof-command "pr"
proof-goal-command "lemma \"%s\";"
proof-save-command "qed"
proof-context-command "print_context"