comparison lisp/ChangeLog @ 5650:7fa8667cdaa7

Imitate GNU Emacs API for `batch-byte-recompile-directory'. 2012-04-23 Michael Sperber <mike@xemacs.org> * bytecomp.el (batch-byte-recompile-directory): Accept an optional argument that's passed on to `byte-recompile-directory' as the prefix argument, thus imitating GNU Emacs's API.
author Mike Sperber <sperber@deinprogramm.de>
date Mon, 23 Apr 2012 10:06:39 +0200
parents 5d3bb1100832
children ae2fdb1fd9e0
comparison
equal deleted inserted replaced
5649:d026b665014f 5650:7fa8667cdaa7
1 2012-04-23 Michael Sperber <mike@xemacs.org>
2
3 * bytecomp.el (batch-byte-recompile-directory): Accept an optional
4 argument that's passed on to `byte-recompile-directory' as the
5 prefix argument, thus imitating GNU Emacs's API.
6
1 2012-04-07 Aidan Kehoe <kehoea@parhasard.net> 7 2012-04-07 Aidan Kehoe <kehoea@parhasard.net>
2 8
3 Remove some utility functions from the global namespace, it's more 9 Remove some utility functions from the global namespace, it's more
4 appropriate to have them as labels (that is, lexically-visible 10 appropriate to have them as labels (that is, lexically-visible
5 functions.) 11 functions.)