Mercurial > emacs
comparison lisp/ChangeLog @ 105039:b1f5d3d17b17
* Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded.
* emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): Don't autoload.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Tue, 15 Sep 2009 15:29:50 +0000 |
parents | abf8556ca6db |
children | f43dfae3e132 |
comparison
equal
deleted
inserted
replaced
105038:1d28378da242 | 105039:b1f5d3d17b17 |
---|---|
1 2009-09-15 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * Makefile.in (compile-onefile): Use byte-compile-refresh-preloaded. | |
4 * emacs-lisp/bytecomp.el (byte-compile-refresh-preloaded): | |
5 Don't autoload. | |
6 | |
1 2009-09-15 Stephen Eglen <stephen@gnu.org> | 7 2009-09-15 Stephen Eglen <stephen@gnu.org> |
2 | 8 |
3 * iswitchb.el (iswitchb-read-buffer): When selecting a match from | 9 * iswitchb.el (iswitchb-read-buffer): When selecting a match from |
4 the virtual-buffers, use the name of the buffer specified by | 10 the virtual-buffers, use the name of the buffer specified by |
5 find-file-noselect, as the match may be a symlink. (This was a | 11 find-file-noselect, as the match may be a symlink. (This was a |