diff lisp/ChangeLog @ 5365:dbae25a8949d

Remove redundant functions, format.el, use functions from cl*.el instead. 2011-03-08 Aidan Kehoe <kehoea@parhasard.net> * format.el (format-delq-cons): Removed. * format.el (format-make-relatively-unique): Removed. * format.el (format-common-tail): Removed. * format.el (format-reorder): Removed. * format.el (format-annotate-region): * format.el (format-annotate-single-property-change): * format.el (format-annotate-atomic-property-change): Remove various functions from this file that re-implemented Common Lisp functions that we have built-in.
author Aidan Kehoe <kehoea@parhasard.net>
date Tue, 08 Mar 2011 22:32:49 +0000
parents 0f9aa4eb4bec
children f00192e1cd49
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Mar 08 21:00:36 2011 +0000
+++ b/lisp/ChangeLog	Tue Mar 08 22:32:49 2011 +0000
@@ -1,3 +1,15 @@
+2011-03-08  Aidan Kehoe  <kehoea@parhasard.net>
+
+	* format.el (format-delq-cons): Removed.
+	* format.el (format-make-relatively-unique): Removed.
+	* format.el (format-common-tail): Removed.
+	* format.el (format-reorder): Removed.
+	* format.el (format-annotate-region):
+	* format.el (format-annotate-single-property-change):
+	* format.el (format-annotate-atomic-property-change):
+	Remove various functions from this file that re-implemented Common
+	Lisp functions that we have built-in.
+
 2011-03-08  Aidan Kehoe  <kehoea@parhasard.net>
 
 	* select.el (selection-preferred-types):