changeset 52534:c8dcd0a4adb3

(byte-compile-warning-prefix): Fix the condition for whether to print "In WHERE".
author Richard M. Stallman <rms@gnu.org>
date Fri, 19 Sep 2003 14:29:42 +0000
parents acdfe93d0ae8
children f40f0d207133
files lisp/emacs-lisp/bytecomp.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/bytecomp.el	Fri Sep 19 14:28:46 2003 +0000
+++ b/lisp/emacs-lisp/bytecomp.el	Fri Sep 19 14:29:42 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.136 $")
+(defconst byte-compile-version "$Revision: 2.137 $")
 
 ;; This file is part of GNU Emacs.
 
@@ -929,7 +929,7 @@
     (when (or (and byte-compile-current-file
 		   (not (equal byte-compile-current-file
 			       byte-compile-last-logged-file)))
-	      (and byte-compile-last-warned-form
+	      (and byte-compile-current-form
 		   (not (eq byte-compile-current-form
 			    byte-compile-last-warned-form))))
       (insert (format "\nIn %s:\n" form)))