diff lisp/ChangeLog @ 5111:34b22f7e1815

merge
author Ben Wing <ben@xemacs.org>
date Sat, 06 Mar 2010 21:14:08 -0600
parents b24cf478a45e 8c3671b62dad
children b2dcf6a6d8ab 4f4672e2aa34
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Mar 06 21:13:19 2010 -0600
+++ b/lisp/ChangeLog	Sat Mar 06 21:14:08 2010 -0600
@@ -7,6 +7,13 @@
 	Use the print settings from edebug.el to make backtraces not
 	be so huge.
 
+2010-03-06  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* bytecomp.el (byte-compile-compiled-obj-to-list):
+	Remove this function, printing a compiled object to a string and
+	then reading back a substring is senseless, just use the
+	compiled-function slot accessor functions.
+
 2010-03-05  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* cl-macs.el (delete-duplicates):