emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/bytecomp.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/bytecomp.el
Date: Fri, 19 Sep 2003 10:29:43 -0400

Index: emacs/lisp/emacs-lisp/bytecomp.el
diff -c emacs/lisp/emacs-lisp/bytecomp.el:2.137 
emacs/lisp/emacs-lisp/bytecomp.el:2.138
*** emacs/lisp/emacs-lisp/bytecomp.el:2.137     Mon Sep  1 11:45:19 2003
--- emacs/lisp/emacs-lisp/bytecomp.el   Fri Sep 19 10:29:42 2003
***************
*** 10,16 ****
  
  ;;; This version incorporates changes up to version 2.10 of the
  ;;; Zawinski-Furuseth compiler.
! (defconst byte-compile-version "$Revision: 2.137 $")
  
  ;; This file is part of GNU Emacs.
  
--- 10,16 ----
  
  ;;; This version incorporates changes up to version 2.10 of the
  ;;; Zawinski-Furuseth compiler.
! (defconst byte-compile-version "$Revision: 2.138 $")
  
  ;; This file is part of GNU Emacs.
  
***************
*** 929,935 ****
      (when (or (and byte-compile-current-file
                   (not (equal byte-compile-current-file
                               byte-compile-last-logged-file)))
!             (and byte-compile-last-warned-form
                   (not (eq byte-compile-current-form
                            byte-compile-last-warned-form))))
        (insert (format "\nIn %s:\n" form)))
--- 929,935 ----
      (when (or (and byte-compile-current-file
                   (not (equal byte-compile-current-file
                               byte-compile-last-logged-file)))
!             (and byte-compile-current-form
                   (not (eq byte-compile-current-form
                            byte-compile-last-warned-form))))
        (insert (format "\nIn %s:\n" form)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]