`byte-compile-last-logged-file' to it. Test whether
byte-compile-current-file equals byte-compile-last-logged-file
instead of whether its nil.
+ (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
;;; This version incorporates changes up to version 2.10 of the
;;; Zawinski-Furuseth compiler.
-(defconst byte-compile-version "$Revision: 2.77 $")
+(defconst byte-compile-version "$Revision: 2.78 $")
;; This file is part of GNU Emacs.
(if byte-compile-verbose
(message "Compiling %s..." filename))
(let ((byte-compile-current-file filename)
+ (byte-compile-last-logged-file nil)
(set-auto-coding-for-load t)
target-file input-buffer output-buffer
byte-compile-dest-file)