aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-config.el
diff options
context:
space:
mode:
authorGravatar Hendrik Tews <hendrik@askra.de>2011-05-05 09:18:23 +0000
committerGravatar Hendrik Tews <hendrik@askra.de>2011-05-05 09:18:23 +0000
commit2cd8b2cd5cb166c46a1b76cd527d1b98d778ec9e (patch)
tree544366ce160cb7cc7b93e358fee04c2255a36049 /generic/proof-config.el
parent74bbc32ad24ee7fea5ecabfeea951b96de27baa4 (diff)
- flushed proof-done-advancing-require-function and
proof-shell-require-command-regexp - TAGS updated to really flush them
Diffstat (limited to 'generic/proof-config.el')
-rw-r--r--generic/proof-config.el17
1 files changed, 0 insertions, 17 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el
index b5289234..92b24db1 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -992,23 +992,6 @@ scripting (to do undo operations), the whole history is discarded."
:type 'boolean
:group 'proof-shell) ;; not really proof shell
-(defcustom proof-shell-require-command-regexp nil
- "A regular expression to match a Require-type of command, or nil.
-If set to a regexp, then `proof-done-advancing-require-function'
-should also be set, and will be called immediately after the match.
-
-This can be used to adjust `proof-included-files-list' based on the
-lines of script that have been processed/parsed, rather than relying
-on information from the prover."
- :type 'regexp
- :group 'proof-shell)
-
-(defcustom proof-done-advancing-require-function nil
- "Used in `proof-done-advancing', see `proof-shell-require-command-regexp'.
-The function is passed the span and the command as arguments."
- :type 'function
- :group 'proof-shell)
-
;; (defcustom proof-shell-adjust-line-width-cmd nil
;;