diff options
| author | Christophe Raffalli | 2000-10-26 17:26:52 +0000 |
|---|---|---|
| committer | Christophe Raffalli | 2000-10-26 17:26:52 +0000 |
| commit | 5a1168cefaac1960b781c2e807eb4a88895519e1 (patch) | |
| tree | 9e39edabb6d6f56efdfcce52e36b290f7159c31b /generic | |
| parent | ff408a30ce02e3268736febd5132b03651b0c319 (diff) | |
*** empty log message ***
Diffstat (limited to 'generic')
| -rw-r--r-- | generic/proof-utils.el | 2 |
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))) |
