mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-18 18:05:07 +00:00
(vc-revert-buffer1): Typo fix in last change.
This commit is contained in:
parent
8f95f0ced4
commit
27f2f10b21
@ -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)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user