]> git.eshelyaron.com Git - emacs.git/commitdiff
(byte-compile-log-file): Clear out byte-compile-last-warned-form.
authorRichard M. Stallman <rms@gnu.org>
Mon, 22 Sep 2003 15:16:10 +0000 (15:16 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 22 Sep 2003 15:16:10 +0000 (15:16 +0000)
lisp/emacs-lisp/bytecomp.el

index 743ebea3c1ef422edd686eef766c41360cb39b70..5b3a846cd2fa871580646188afe77862c848f8b9 100644 (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.137 $")
+(defconst byte-compile-version "$Revision: 2.138 $")
 
 ;; This file is part of GNU Emacs.
 
@@ -975,7 +975,8 @@ Each function's symbol gets marked with the `byte-compile-noruntime' property."
             (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))