Mercurial > emacs
changeset 2558:78a9cebdb22c
(vc-revert-buffer1): Typo fix in last change.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Mon, 19 Apr 1993 21:29:48 +0000 |
parents | a212ee1907fe |
children | 5f2c2994cbca |
files | lisp/vc.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/vc.el Mon Apr 19 21:26:07 1993 +0000 +++ b/lisp/vc.el Mon Apr 19 21:29:48 1993 +0000 @@ -282,7 +282,7 @@ ;; Move the pointer up to find the error we were at before ;; reparsing. Now next-error should properly go to the next one. (while (and compilation-error-list - (/= error-pos (car (car errors)))) + (/= error-pos (car (car compilation-error-list)))) (setq compilation-error-list (cdr compilation-error-list)))))) (setq reparse (cdr reparse)))