Mercurial > emacs
comparison lisp/ChangeLog @ 94877:0b1b2b6fee44
(cl-set-nthcdr): Make it a defsubst so that
(setf (nthcdr ..) ..) doesn't require CL at runtime.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 12 May 2008 01:45:41 +0000 |
parents | fbd05404e7f3 |
children | e1d2da11b5ac |
comparison
equal
deleted
inserted
replaced
94876:ee90761f44b6 | 94877:0b1b2b6fee44 |
---|---|
1 2008-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 | |
1 2008-05-11 Carsten Dominik <dominik@science.uva.nl> | 6 2008-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 |
4 org-jsinfo.org. | 9 org-jsinfo.org. |
5 | 10 |