diff lisp/ChangeLog @ 1037:3a01f3148bff

[xemacs-hg @ 2002-10-08 03:24:18 by youngs] 2002-09-03 John Paul Wallington <jpw@shootybangbang.com> * subr.el (with-output-to-string): Synch with GNU Emacs 21; avoids leaking temp buffers by killing rather than erasing them, and doesn't execute BODY in temporary `standard-output' buffer.
author youngs
date Tue, 08 Oct 2002 03:24:22 +0000
parents 75469d7df0a9
children 4bc5bb3ea5ad
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Oct 08 03:11:49 2002 +0000
+++ b/lisp/ChangeLog	Tue Oct 08 03:24:22 2002 +0000
@@ -1,3 +1,10 @@
+2002-09-03  John Paul Wallington  <jpw@shootybangbang.com>
+
+	* subr.el (with-output-to-string): Synch with GNU Emacs 21;
+	avoids leaking temp buffers by killing rather than erasing
+	them, and doesn't execute BODY in temporary `standard-output'
+	buffer.
+
 2002-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 	* keydefs.el (global-map): Bind C-xrd to delete-rectangle per GNU.