diff 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
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Mar 29 17:28:34 2011 +0100
+++ b/lisp/ChangeLog	Tue Mar 29 23:27:46 2011 +0100
@@ -1,3 +1,12 @@
+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, 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.
+
 2011-03-29  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* cl.el: