aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Nicolaescu2009-08-07 05:46:34 +0000
committerDan Nicolaescu2009-08-07 05:46:34 +0000
commit6f7d57805b9785480a5eddbe96300423505be0d1 (patch)
tree6835a0e0fc0ff26b4f96222a3ad7cbcf4d688758 /src
parent7b217360fbfacc73b0bf0ba978543154a5b4a688 (diff)
downloademacs-6f7d57805b9785480a5eddbe96300423505be0d1.tar.gz
emacs-6f7d57805b9785480a5eddbe96300423505be0d1.zip
(syms_of_print): Undo previous change.
Diffstat (limited to 'src')
-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 0a0973635dd..0ff92e33231 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * print.c (syms_of_print): Undo previous change.
4
12009-08-05 Teodor Zlatanov <tzz@lifelogs.com> 52009-08-05 Teodor Zlatanov <tzz@lifelogs.com>
2 6
3 * lread.c (read1, syms_of_lread): Read hashtables back from the 7 * 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. */);
2418 Qfloat_output_format = intern ("float-output-format"); 2418 Qfloat_output_format = intern ("float-output-format");
2419 staticpro (&Qfloat_output_format); 2419 staticpro (&Qfloat_output_format);
2420 2420
2421 Fprovide (intern ("hashtable-print-readable"), Qnil);
2422
2423 DEFVAR_LISP ("print-length", &Vprint_length, 2421 DEFVAR_LISP ("print-length", &Vprint_length,
2424 doc: /* Maximum length of list to print before abbreviating. 2422 doc: /* Maximum length of list to print before abbreviating.
2425A value of nil means no limit. See also `eval-expression-print-length'. */); 2423A value of nil means no limit. See also `eval-expression-print-length'. */);