diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 239f50c3c80..c5d8bfae7a7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 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 |