/[emacs]/emacs/lisp/emacs-lisp/bytecomp.el
ViewVC logotype

Diff of /emacs/lisp/emacs-lisp/bytecomp.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2.137 by miles, Mon Sep 1 15:45:19 2003 UTC revision 2.138 by rms, Fri Sep 19 14:29:42 2003 UTC
# Line 929  Each function's symbol gets marked with Line 929  Each function's symbol gets marked with
929      (when (or (and byte-compile-current-file      (when (or (and byte-compile-current-file
930                     (not (equal byte-compile-current-file                     (not (equal byte-compile-current-file
931                                 byte-compile-last-logged-file)))                                 byte-compile-last-logged-file)))
932                (and byte-compile-last-warned-form                (and byte-compile-current-form
933                     (not (eq byte-compile-current-form                     (not (eq byte-compile-current-form
934                              byte-compile-last-warned-form))))                              byte-compile-last-warned-form))))
935        (insert (format "\nIn %s:\n" form)))        (insert (format "\nIn %s:\n" form)))

Legend:
Removed from v.2.137  
changed lines
  Added in v.2.138

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26