aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--generic/proof-shell.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/proof-shell.el b/generic/proof-shell.el
index a010276a..a2d37f6b 100644
--- a/generic/proof-shell.el
+++ b/generic/proof-shell.el
@@ -370,7 +370,7 @@ process command."
(error "%s process exited!" proc))
;; PG manages the prover process, don't query user on exit
- (set-process-query-on-exit-flag
+ (set-process-query-on-exit-flag
(get-buffer-process proof-shell-buffer) nil)
;; Initialise associated buffers
@@ -502,7 +502,7 @@ without confirmation.
The kill function uses `<PA>-quit-timeout' as a timeout to wait
after sending `proof-shell-quit-cmd' before rudely killing the process."
- (interactive)
+ (interactive "P")
(if (buffer-live-p proof-shell-buffer)
(when (or dont-ask
(yes-or-no-p (format "Exit %s process? " proof-assistant)))