# HG changeset patch # User Miles Bader # Date 972292607 0 # Node ID 3cd5f44afd0d8fce342b3083d334ed5a9c423035 # Parent 5436a18ec371bded682075b9bdd89863e55464c1 *** empty log message *** diff -r 5436a18ec371 -r 3cd5f44afd0d lisp/ChangeLog --- a/lisp/ChangeLog Mon Oct 23 09:13:04 2000 +0000 +++ b/lisp/ChangeLog Mon Oct 23 09:16:47 2000 +0000 @@ -1,3 +1,14 @@ +2000-10-23 Miles Bader + + [the following changes fix a bug where `define-minor-mode' didn't + correctly generate :require clauses for defcustoms in compiled files] + * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable. + (byte-compile-log-file, byte-compile-log-1): Don't set + `byte-compile-current-file' to nil. Instead set + `byte-compile-last-logged-file' to it. Test whether + byte-compile-current-file equals byte-compile-last-logged-file + instead of whether its nil. + 2000-10-23 Stefan Monnier * textmodes/refill.el: Fix var names in doc.