Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 5387:5f5d48053e86
Drop #'cl-finite-do, defalias #'cl-float-limits to #'ignore in dumped XEmacs
2011-03-29 Aidan Kehoe <kehoea@parhasard.net>
* cl-extra.el (cl-finite-do, cl-float-limits):
Don't make these available as functions in the dumped image (let
them be garbage-collected), since they're only called at dump
time.
* obsolete.el (cl-float-limits):
Make this an alias to #'identity (since it's called at dump time),
mark it as obsolete in 21.5.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Tue, 29 Mar 2011 23:27:46 +0100 |
parents | 436e67ca8c79 |
children | f9dc75bdbdc4 |
comparison
equal
deleted
inserted
replaced
5385:436e67ca8c79 | 5387:5f5d48053e86 |
---|---|
1 2011-03-29 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * cl-extra.el (cl-finite-do, cl-float-limits): | |
4 Don't make these available as functions in the dumped image, since | |
5 they're only called at dump time. | |
6 * obsolete.el (cl-float-limits): | |
7 Make this an alias to #'identity (since it's called at dump time), | |
8 mark it as obsolete in 21.5. | |
9 | |
1 2011-03-29 Aidan Kehoe <kehoea@parhasard.net> | 10 2011-03-29 Aidan Kehoe <kehoea@parhasard.net> |
2 | 11 |
3 * cl.el: | 12 * cl.el: |
4 * cl.el (least-positive-float): | 13 * cl.el (least-positive-float): |
5 * cl.el (least-positive-normalized-float): | 14 * cl.el (least-positive-normalized-float): |