From 6f7d57805b9785480a5eddbe96300423505be0d1 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Fri, 7 Aug 2009 05:46:34 +0000 Subject: [PATCH] (syms_of_print): Undo previous change. --- src/ChangeLog | 4 ++++ src/print.c | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 0a0973635dd..0ff92e33231 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2009-08-07 Dan Nicolaescu + + * print.c (syms_of_print): Undo previous change. + 2009-08-05 Teodor Zlatanov * lread.c (read1, syms_of_lread): Read hashtables back from the diff --git a/src/print.c b/src/print.c index ce63b63acd3..4a990f1cabb 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'. */); -- 2.39.2