From: Dan Nicolaescu Date: Fri, 7 Aug 2009 05:46:34 +0000 (+0000) Subject: (syms_of_print): Undo previous change. X-Git-Tag: emacs-pretest-23.1.90~1942 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6f7d57805b9785480a5eddbe96300423505be0d1;p=emacs.git (syms_of_print): Undo previous change. --- 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'. */);