aboutsummaryrefslogtreecommitdiffhomepage
path: root/plastic
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2002-08-28 23:56:22 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2002-08-28 23:56:22 +0000
commitadb409cc2fb915008cbd989017153c4f3965fdc7 (patch)
tree87fd1c4927a3a094e3a660fd0e65487202f21985 /plastic
parent75b8d43cc78ee41f0029ca5b2374f439cfb9af5a (diff)
Fix interactive posn
Diffstat (limited to 'plastic')
-rw-r--r--plastic/plastic.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/plastic/plastic.el b/plastic/plastic.el
index 9992fc2e..6ceb3975 100644
--- a/plastic/plastic.el
+++ b/plastic/plastic.el
@@ -613,10 +613,10 @@ We assume that module identifiers coincide with file names."
(defun plastic-minibuf-cmd (cmd)
"do minibuffer cmd then undo it, if error-free."
+ (interactive
+ (list (read-string "Command: " nil 'proof-minibuffer-history)))
(print "hello")
(plastic-reset-error)
- (interactive
- (list (read-string "Command: " nil 'proof-minibuffer-history)))
(if (and proof-state-preserving-p
(not (funcall proof-state-preserving-p cmd)))
(error "Command is not state preserving, I won't execute it!"))