Mercurial > emacs
changeset 32765:f11890c9f7df
(byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 23 Oct 2000 10:25:59 +0000 |
parents | 3cd5f44afd0d |
children | 309354590137 |
files | lisp/emacs-lisp/bytecomp.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/bytecomp.el Mon Oct 23 09:16:47 2000 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Mon Oct 23 10:25:59 2000 +0000 @@ -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 @@ (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)