Mercurial > emacs
changeset 32764:3cd5f44afd0d
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 23 Oct 2000 09:16:47 +0000 |
parents | 5436a18ec371 |
children | f11890c9f7df |
files | lisp/ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <miles@lsi.nec.co.jp> + + [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 <monnier@cs.yale.edu> * textmodes/refill.el: Fix var names in doc.