aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-indent.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1998-10-27 17:59:41 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1998-10-27 17:59:41 +0000
commit8f6f58562e78b0ff09b3463ed698a39bf27334d7 (patch)
tree9ff08ee5eb7d5d7a86cc16a4e4b3fb0143cc3795 /generic/proof-indent.el
parentdc7f97216e37f99df0ea6d3faa22d546dcfed610 (diff)
Continuing mods for cleaner byte compile
Diffstat (limited to 'generic/proof-indent.el')
-rw-r--r--generic/proof-indent.el14
1 files changed, 0 insertions, 14 deletions
diff --git a/generic/proof-indent.el b/generic/proof-indent.el
index 8506cf38..4fa130e7 100644
--- a/generic/proof-indent.el
+++ b/generic/proof-indent.el
@@ -23,20 +23,6 @@
;;;
-(defvar proof-stack-to-indent nil
- "Prover-specific code for indentation.")
-
-(defvar proof-parse-indent nil
- "Proof-assistant specific function for parsing characters for
- indentation which is invoked in `proof-parse-to-point.'. Must be a
- function taking two arguments, a character (the current character)
- and a stack reflecting indentation, and must return a stack. The
- stack is a list of the form (c . p) where `c' is a character
- representing the type of indentation and `p' records the column for
- indentation. The generic `proof-parse-to-point.' function supports
- parentheses and commands. It represents these with the characters
- `?\(', `?\[' and `proof-terminal-char'. ")
-
;; This is quite different from sml-mode, but borrows some bits of
;; code. It's quite a lot less general, but works with nested
;; comments.