diff options
| author | Stefan Monnier | 2013-06-20 16:01:51 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-06-20 16:01:51 -0400 |
| commit | aff6371e3281f4da696093806b1658cb48670a76 (patch) | |
| tree | a717343bdf3ad629de46a3bf9255b834dfea7e9b /ChangeLog | |
| parent | 1fc7100890ced39f81a822661439b1f7030df5a1 (diff) | |
| download | emacs-aff6371e3281f4da696093806b1658cb48670a76.tar.gz emacs-aff6371e3281f4da696093806b1658cb48670a76.zip | |
* lisp/emacs-lisp/cl-loaddefs.el: Don't version-control any more.
* lisp/emacs-lisp/cl-lib.el: Load cl-macs when cl-loaddefs is not
yet available.
* lisp/Makefile.in (AUTOGEN_VCS): Move cl-loaddefs.el...
(AUTOGENEL): ... here.
* lisp/emacs-lisp/cl-macs.el (cl--sublis): New function.
(cl--defsubst-expand): Use it.
* .bzrignore: Don't unignore cl-loaddefs.el.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-06-20 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * .bzrignore: Don't unignore cl-loaddefs.el. | ||
| 4 | |||
| 1 | 2013-06-20 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de> | 5 | 2013-06-20 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de> |
| 2 | 6 | ||
| 3 | * configure.ac (log2): Check for this function. | 7 | * configure.ac (log2): Check for this function. |