aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2008-05-12 01:45:41 +0000
committerStefan Monnier2008-05-12 01:45:41 +0000
commit4ded1ddb2228f9c392b114ea6a18c7b375e4ac90 (patch)
tree46408029cb1a48acc9bc2b76183b2d80e6b7a4b6 /lisp/ChangeLog
parent6dc30f4463e8a9bd587bcf4bc5e3e172dd745680 (diff)
downloademacs-4ded1ddb2228f9c392b114ea6a18c7b375e4ac90.tar.gz
emacs-4ded1ddb2228f9c392b114ea6a18c7b375e4ac90.zip
(cl-set-nthcdr): Make it a defsubst so that
(setf (nthcdr ..) ..) doesn't require CL at runtime.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0993ffcd7a5..f91b20804ed 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
4 (setf (nthcdr ..) ..) doesn't require CL at runtime.
5
12008-05-11 Carsten Dominik <dominik@science.uva.nl> 62008-05-11 Carsten Dominik <dominik@science.uva.nl>
2 7
3 * org/org.el (org-modules): Repair problems with loading 8 * org/org.el (org-modules): Repair problems with loading