Mercurial > emacs
changeset 936:d91c2a61a3ad
*** empty log message ***
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Tue, 04 Aug 1992 22:31:21 +0000 |
parents | 7aa20c8e89b7 |
children | 0f082d63bfd6 |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/compile.el Tue Aug 04 21:29:26 1992 +0000 +++ b/lisp/progmodes/compile.el Tue Aug 04 22:31:21 1992 +0000 @@ -467,12 +467,12 @@ (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)))