aboutsummaryrefslogtreecommitdiff
path: root/generic/pg-user.el
diff options
context:
space:
mode:
authorDavid Aspinall2010-08-16 11:41:00 +0000
committerDavid Aspinall2010-08-16 11:41:00 +0000
commit6a2df321708ad079bb018859a6c916fcb9f95013 (patch)
tree75b514dba600f275efdc9420fbd43d929b092b8d /generic/pg-user.el
parent0b1ce1bd821974f68f683ec858a7a2fdd0fd49ea (diff)
Fix compile errors, update tags
Diffstat (limited to 'generic/pg-user.el')
-rw-r--r--generic/pg-user.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/generic/pg-user.el b/generic/pg-user.el
index ac2a3210..425ccb73 100644
--- a/generic/pg-user.el
+++ b/generic/pg-user.el
@@ -26,8 +26,8 @@
(require 'completion) ; loaded dynamically at runtime
(defvar which-func-modes nil)) ; defined by which-func
-; defined in proof-script/proof-setup-parsing-mechanism
(declare-function proof-segment-up-to "proof-script")
+(declare-function proof-interrupt-process "proof-shell")
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;
@@ -1428,9 +1428,6 @@ assuming the undo-in-region behavior will apply if ARG is non-nil."
"Adjust autosend timer when variable `proof-autosend-delay' changes."
(proof-autosend-enable t))
-(defvar proof-autosend-running nil
- "Flag indicating we are sending commands to the prover automatically.")
-
(defun proof-autosend-loop ()
(proof-with-current-buffer-if-exists proof-script-buffer
(unless (proof-locked-region-full-p)