diff options
| -rw-r--r-- | lisp/vc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc.el b/lisp/vc.el index 2b7df01e99a..7f17c3cb007 100644 --- a/lisp/vc.el +++ b/lisp/vc.el | |||
| @@ -289,7 +289,7 @@ the master name of FILE; this is appended to an optional list of FLAGS." | |||
| 289 | compilation-old-error-list | 289 | compilation-old-error-list |
| 290 | compilation-error-list)) | 290 | compilation-error-list)) |
| 291 | (buffer-error-marked-p nil)) | 291 | (buffer-error-marked-p nil)) |
| 292 | (while (and errors | 292 | (while (and (consp errors) |
| 293 | (not buffer-error-marked-p)) | 293 | (not buffer-error-marked-p)) |
| 294 | (and (markerp (cdr (car errors))) | 294 | (and (markerp (cdr (car errors))) |
| 295 | (eq buffer | 295 | (eq buffer |