aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-indent.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2008-07-24 09:51:53 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2008-07-24 09:51:53 +0000
commit76d6b0b2b1f039549d308a0d2c478a6b05869af9 (patch)
tree78cc7e13bf290a17e7006a6d4616a8a08e36ce8f /coq/coq-indent.el
parent8f8e9388b582ad6d3ee6e1eea842a8d443d4ce89 (diff)
Merge changes from Version4Branch.
Diffstat (limited to 'coq/coq-indent.el')
-rw-r--r--coq/coq-indent.el11
1 files changed, 0 insertions, 11 deletions
diff --git a/coq/coq-indent.el b/coq/coq-indent.el
index 6bd41349..3258ebe3 100644
--- a/coq/coq-indent.el
+++ b/coq/coq-indent.el
@@ -161,7 +161,6 @@ comment, return nil and does not move the point."
(if (= prevpos init) nil prevpos)))
; generic function is wrong when the point in between ( and *
-; moreover xemacs does not deal with nested comments
(defun coq-looking-at-syntactic-context ()
"See `proof-looking-at-syntactic-context'.
Use this one for coq instead of the generic one."
@@ -245,16 +244,6 @@ return nil."
(if (< direction 0) (coq-find-command-end-backward)
(coq-find-command-end-forward)))
-;; This one to deal with nested comments in xemacs
-(defun coq-parse-function ()
- (skip-chars-forward " \n\t")
- (forward-char 1)
- (if (coq-find-comment-end)
- 'comment
- (when (coq-find-command-end-forward)
- (forward-char 1)
- 'cmd)))
-
(defun coq-find-current-start ()
"Move to the start of command at point.
The point is put exactly after the end of previous command, or at the (point-min if