Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
6f7d5780
Commit
6f7d5780
authored
Aug 07, 2009
by
Dan Nicolaescu
Browse files
(syms_of_print): Undo previous change.
parent
7b217360
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
src/ChangeLog
src/ChangeLog
+4
-0
src/print.c
src/print.c
+0
-2
No files found.
src/ChangeLog
View file @
6f7d5780
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
...
...
src/print.c
View file @
6f7d5780
...
...
@@ -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'. */
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment