changeset 79009:d88e1a701613

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Oct 2007 01:21:24 +0000
parents 4be2b53b808b
children 3d90e1da8878
files lisp/ChangeLog
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Oct 09 01:20:44 2007 +0000
+++ b/lisp/ChangeLog	Tue Oct 09 01:21:24 2007 +0000
@@ -1,3 +1,12 @@
+2007-10-08  Richard Stallman  <rms@gnu.org>
+
+	* emacs-lisp/edebug.el (edebug-install-custom-print-funcs)
+	(edebug-install-custom-print, edebug-reset-print-funcs)
+	(edebug-uninstall-custom-print, edebug-uninstall-custom-print-funcs):
+	Functions deleted.
+	(edebug-prin1, edebug-print, edebug-prin1-to-string)
+	(edebug-format, edebug-message): Define directly as aliases.
+
 2007-10-08  Juanma Barranquero  <lekktu@gmail.com>
 
 	* follow.el (follow-mode): Don't run hooks twice.  Use `when'.