diff options
| author | David Aspinall | 2004-10-04 12:25:48 +0000 |
|---|---|---|
| committer | David Aspinall | 2004-10-04 12:25:48 +0000 |
| commit | a5046bbe03a6de639305f61e4c5bc5912bea7d8c (patch) | |
| tree | 0cc82e9c9dd38d906a726fbd4b850d122f41da03 /generic | |
| parent | 60adb8b3c5d7bbad86e673f4b4eebcd8f00761a4 (diff) | |
Add arg to forward-comment for GNU Emacs.
Diffstat (limited to 'generic')
| -rw-r--r-- | generic/proof-script.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/proof-script.el b/generic/proof-script.el index 58df1fae..92bf48e0 100644 --- a/generic/proof-script.el +++ b/generic/proof-script.el @@ -1929,7 +1929,7 @@ This version is used when `proof-script-command-end-regexp' is set." (unless (if (progn (goto-char (or (match-end 1) (match-beginning 0))) - (forward-comment)) + (forward-comment 1)) (proof-re-search-forward proof-script-comment-end-regexp cmdend t)) (error |
