aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-shell.el
diff options
context:
space:
mode:
authorGravatar Hendrik Tews <hendrik@askra.de>2011-01-18 15:03:38 +0000
committerGravatar Hendrik Tews <hendrik@askra.de>2011-01-18 15:03:38 +0000
commitbe494ff82987bac82e4bdd8b9033b4df291053df (patch)
treebdd89c73861bab5ce46cebd38dd243210068130a /generic/proof-shell.el
parentabd3735b28f09a7e711af701c8ad0427c30f236f (diff)
- fixed compilation errors
Diffstat (limited to 'generic/proof-shell.el')
-rw-r--r--generic/proof-shell.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/generic/proof-shell.el b/generic/proof-shell.el
index f5825516..dcd36a6c 100644
--- a/generic/proof-shell.el
+++ b/generic/proof-shell.el
@@ -922,6 +922,15 @@ This function calls `proof-add-to-queue'."
(proof-set-queue-endpoints start end))
(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.