(byte-compile-file): Bind `byte-compile-last-logged-file' to nil.

This commit is contained in:
Miles Bader 2000-10-23 10:27:47 +00:00
parent cb3069bb5e
commit 3b6542bab5
2 changed files with 3 additions and 1 deletions

View file

@ -10,7 +10,7 @@
;;; 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.
@ -1349,6 +1349,7 @@ The value is t if there were no errors, nil if errors."
(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)