aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2013-06-20 16:01:51 -0400
committerStefan Monnier2013-06-20 16:01:51 -0400
commitaff6371e3281f4da696093806b1658cb48670a76 (patch)
treea717343bdf3ad629de46a3bf9255b834dfea7e9b /ChangeLog
parent1fc7100890ced39f81a822661439b1f7030df5a1 (diff)
downloademacs-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 097a099b56f..91eb430f3fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12013-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * .bzrignore: Don't unignore cl-loaddefs.el.
4
12013-06-20 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de> 52013-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.