]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_print): Undo previous change.
authorDan Nicolaescu <dann@ics.uci.edu>
Fri, 7 Aug 2009 05:46:34 +0000 (05:46 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Fri, 7 Aug 2009 05:46:34 +0000 (05:46 +0000)
src/ChangeLog
src/print.c

index 0a0973635dde3c37389950d11c48cb5c2218aa21..0ff92e332310b64a879e5e06a68b84e0afcaf4b6 100644 (file)
@@ -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
index ce63b63acd3b836cc1327c3a26f56f3a03354a71..4a990f1cabb074d2b5b5af6089cc35483d3d106c 100644 (file)
@@ -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'.  */);