1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-17 17:58:46 +00:00

(vc-revert-buffer1): Typo fix in last change.

This commit is contained in:
Roland McGrath 1993-04-19 21:29:48 +00:00
parent 8f95f0ced4
commit 27f2f10b21

View File

@ -282,7 +282,7 @@ the master name of FILE; this is appended to an optional list of FLAGS."
;; 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)))