comparison lisp/ChangeLog @ 111322:e282e3411e9a

(byte-recompile-file): If bytecomp-arg is nil, do not ask to recompile files that are not already compiled, and do not recompile them.
author Noah Friedman <friedman@splode.com>
date Tue, 02 Nov 2010 15:51:25 -0700
parents c133fe92297f
children 9aff83bb4de1
comparison
equal deleted inserted replaced
111321:f4305de1a430 111322:e282e3411e9a
1 2010-11-02 Noah Friedman <friedman@splode.com>
2
3 * emacs-lisp/bytecomp.el (byte-recompile-file): If bytecomp-arg is
4 nil, do not ask to recompile files that are not already compiled,
5 and do not recompile them.
6
1 2010-11-02 Chong Yidong <cyd@stupidchicken.com> 7 2010-11-02 Chong Yidong <cyd@stupidchicken.com>
2 8
3 * emacs-lisp/package.el (package-initialize): Ensure that 9 * emacs-lisp/package.el (package-initialize): Ensure that
4 obsoleted built-in packages are not in package-activated-list 10 obsoleted built-in packages are not in package-activated-list
5 during activation. 11 during activation.