mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-22 05:51:11 -07:00
*** empty log message ***
This commit is contained in:
parent
dadb11fbc1
commit
9cac31b842
1 changed files with 2 additions and 2 deletions
|
|
@ -467,12 +467,12 @@ Does NOT find the source line like \\[next-error]."
|
|||
(compile-file-of-error
|
||||
(car (or errors
|
||||
(if reversed
|
||||
(error "This is the first erring file")
|
||||
(error "%s the first erring file" file)
|
||||
(let ((compilation-error-list nil))
|
||||
;; Parse some more.
|
||||
(compile-reinitialize-errors nil nil 2)
|
||||
(setq errors compilation-error-list)))
|
||||
(error "This is the last erring file")))))
|
||||
(error "%s is the last erring file" file)))))
|
||||
(setq errors (cdr errors)))
|
||||
|
||||
(setq n (1- n)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue