aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-shell.el
diff options
context:
space:
mode:
authorDavid Aspinall2011-01-18 17:36:32 +0000
committerDavid Aspinall2011-01-18 17:36:32 +0000
commit5b5e03cef4876bfb5ff58ef9b87b91a6ffc0f6fc (patch)
tree1a20d0975d61ecd6b98d59702c84a0ec9fd8503a /generic/proof-shell.el
parentbe494ff82987bac82e4bdd8b9033b4df291053df (diff)
Localise compilation fix for dynamic scope of `queueitems\'.
Diffstat (limited to 'generic/proof-shell.el')
-rw-r--r--generic/proof-shell.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/generic/proof-shell.el b/generic/proof-shell.el
index dcd36a6c..069694e7 100644
--- a/generic/proof-shell.el
+++ b/generic/proof-shell.el
@@ -923,14 +923,6 @@ This function calls `proof-add-to-queue'."
(proof-add-to-queue queueitems queuemode))
-(defvar queueitems
- "Local variable of `proof-extend-queue' and `proof-shell-extend-queue-hook'.
-This only locally used variable communicates the items that are
-about to be placed into the `proof-action-list' queue into the
-hook functions in `proof-shell-extend-queue-hook'. This is the
-price to pay for using a normal hook.")
-
-
;;;###autoload
(defun proof-extend-queue (end queueitems)
"Extend the current queue with QUEUEITEMS, queue end END.