aboutsummaryrefslogtreecommitdiff
path: root/generic/proof.el
diff options
context:
space:
mode:
authorThomas Kleymann1998-10-02 13:28:05 +0000
committerThomas Kleymann1998-10-02 13:28:05 +0000
commit00b7706d4bb5f285e0efbca031e27b4bcf36aa50 (patch)
treea6b93c19caaf776fee00b9e1a8011d40544899f1 /generic/proof.el
parent72123cbfd50b02e6f0520d83a76c14ab82febfd8 (diff)
added LEGO support for proof-goal-command and proof-save-command
Diffstat (limited to 'generic/proof.el')
-rw-r--r--generic/proof.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/proof.el b/generic/proof.el
index 45f10ce6..bec4bd71 100644
--- a/generic/proof.el
+++ b/generic/proof.el
@@ -1860,7 +1860,7 @@ insert when called interactively.")
(interactive
(if proof-goal-command
(if (stringp proof-goal-command)
- (list (format proof-goal-command-string
+ (list (format proof-goal-command
(read-string "Goal: " ""
proof-issue-goal-history)))
(proof-goal-command))
@@ -1877,7 +1877,7 @@ insert when called interactively.")
(interactive
(if proof-save-command
(if (stringp proof-save-command)
- (list (format proof-save-command-string
+ (list (format proof-save-command
(read-string "Save as: " ""
proof-issue-save-history)))
(proof-save-command))