aboutsummaryrefslogtreecommitdiff
path: root/generic
diff options
context:
space:
mode:
authorChristophe Raffalli2000-10-26 17:26:52 +0000
committerChristophe Raffalli2000-10-26 17:26:52 +0000
commit5a1168cefaac1960b781c2e807eb4a88895519e1 (patch)
tree9e39edabb6d6f56efdfcce52e36b290f7159c31b /generic
parentff408a30ce02e3268736febd5132b03651b0c319 (diff)
*** empty log message ***
Diffstat (limited to 'generic')
-rw-r--r--generic/proof-utils.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/proof-utils.el b/generic/proof-utils.el
index 7816bd3f..299bf7db 100644
--- a/generic/proof-utils.el
+++ b/generic/proof-utils.el
@@ -696,7 +696,7 @@ If RETURNNOPATH is non-nil, return PROGNAME even if we can't find a full path."
(string-match proof-comment-end-regexp str lpos) epos))
(if (and spos (or (not epos) (< spos epos)))
(progn
- (if (= lvl 0) (setq astr
+ (if (<= lvl 0) (setq astr
(concat astr
(substring str pos spos))))
(setq lpos (+ spos 1) lvl (+ lvl 1)))