diff options
Diffstat (limited to 'chess-scid.el')
| -rw-r--r-- | chess-scid.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-scid.el b/chess-scid.el index 3f713c6..045a37a 100644 --- a/chess-scid.el +++ b/chess-scid.el @@ -24,7 +24,7 @@ (while (and (> (setq iterations (1- iterations)) 0) (eobp)) (accept-process-output chess-scid-process 1 0 t)) - (if (eobp) + (if (= here (point-max)) (error "chess-scid: '%s' failed to produce any output" command)) (goto-char (point-max)) (skip-chars-backward " \t\n\r%") |
