comparison lisp/ChangeLog @ 32764:3cd5f44afd0d

*** empty log message ***
author Miles Bader <miles@gnu.org>
date Mon, 23 Oct 2000 09:16:47 +0000
parents 8a35739dc4f5
children 309354590137
comparison
equal deleted inserted replaced
32763:5436a18ec371 32764:3cd5f44afd0d
1 2000-10-23 Miles Bader <miles@lsi.nec.co.jp>
2
3 [the following changes fix a bug where `define-minor-mode' didn't
4 correctly generate :require clauses for defcustoms in compiled files]
5 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
6 (byte-compile-log-file, byte-compile-log-1): Don't set
7 `byte-compile-current-file' to nil. Instead set
8 `byte-compile-last-logged-file' to it. Test whether
9 byte-compile-current-file equals byte-compile-last-logged-file
10 instead of whether its nil.
11
1 2000-10-23 Stefan Monnier <monnier@cs.yale.edu> 12 2000-10-23 Stefan Monnier <monnier@cs.yale.edu>
2 13
3 * textmodes/refill.el: Fix var names in doc. 14 * textmodes/refill.el: Fix var names in doc.
4 (refill-mode): Don't bother with make-local-hook anymore. 15 (refill-mode): Don't bother with make-local-hook anymore.
5 16