changeset 104167:a443b35b34e0

(syms_of_print): Undo previous change.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 07 Aug 2009 05:46:34 +0000
parents 71fb0a824791
children ffb29f8afea3
files src/ChangeLog src/print.c
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Aug 06 18:05:32 2009 +0000
+++ b/src/ChangeLog	Fri Aug 07 05:46:34 2009 +0000
@@ -1,3 +1,7 @@
+2009-08-07  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	* print.c (syms_of_print): Undo previous change.
+
 2009-08-05  Teodor Zlatanov  <tzz@lifelogs.com>
 
 	* lread.c (read1, syms_of_lread): Read hashtables back from the
--- a/src/print.c	Thu Aug 06 18:05:32 2009 +0000
+++ b/src/print.c	Fri Aug 07 05:46:34 2009 +0000
@@ -2418,8 +2418,6 @@
   Qfloat_output_format = intern ("float-output-format");
   staticpro (&Qfloat_output_format);
 
-  Fprovide (intern ("hashtable-print-readable"), Qnil);
-  
   DEFVAR_LISP ("print-length", &Vprint_length,
 	       doc: /* Maximum length of list to print before abbreviating.
 A value of nil means no limit.  See also `eval-expression-print-length'.  */);