aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog4
-rw-r--r--src/print.c2
2 files changed, 4 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0a0973635d..0ff92e3323 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
+2009-08-07 Dan Nicolaescu <[email protected]>
+
+ * print.c (syms_of_print): Undo previous change.
+
2009-08-05 Teodor Zlatanov <[email protected]>
* lread.c (read1, syms_of_lread): Read hashtables back from the
diff --git a/src/print.c b/src/print.c
index ce63b63acd..4a990f1cab 100644
--- a/src/print.c
+++ b/src/print.c
@@ -2418,8 +2418,6 @@ that represents the number without losing information. */);
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'. */);