Mercurial > emacs
changeset 52568:993d4afcd6d0
(byte-compile-log-file): Clear out byte-compile-last-warned-form.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 22 Sep 2003 15:16:10 +0000 |
parents | 22ddccd48cc0 |
children | e4693bed89ad |
files | lisp/emacs-lisp/bytecomp.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/bytecomp.el Mon Sep 22 15:15:26 2003 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Mon Sep 22 15:16:10 2003 +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.137 $") +(defconst byte-compile-version "$Revision: 2.138 $") ;; This file is part of GNU Emacs. @@ -975,7 +975,8 @@ (setq default-directory dir) (unless was-same (insert (format "Entering directory `%s'\n" default-directory)))) - (setq byte-compile-last-logged-file byte-compile-current-file) + (setq byte-compile-last-logged-file byte-compile-current-file + byte-compile-last-warned-form nil) ;; Do this after setting default-directory. (unless (eq major-mode 'compilation-mode) (compilation-mode))