diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
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 @@ | |||
| 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 |