# HG changeset patch # User Roland McGrath # Date 735254988 0 # Node ID 78a9cebdb22c88833c79b0c1a2352f2d664b47e3 # Parent a212ee1907fe17f67bbca9e73c2c78eda1b9f5a0 (vc-revert-buffer1): Typo fix in last change. diff -r a212ee1907fe -r 78a9cebdb22c lisp/vc.el --- 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)))