diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5d96e867072..c4b1c051210 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2014-04-22 Daniel Colascione <dancol@dancol.org> | ||
| 2 | |||
| 3 | * emacs-lisp/cl-macs.el | ||
| 4 | (cl-struct-sequence-type,cl-struct-slot-info): Declare pure. | ||
| 5 | (cl-struct-slot-value): Conditionally use aref or nth so that the | ||
| 6 | compiler produces optimal code. | ||
| 7 | |||
| 1 | 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca> | 8 | 2014-04-22 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 9 | ||
| 3 | * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure. | 10 | * emacs-lisp/cl-macs.el (cl-struct-slot-offset): Mark as pure. |