Mercurial > emacs
changeset 40508:2d5533815f3a
(read1): Remove debugging code.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 30 Oct 2001 16:38:10 +0000 |
parents | 83c608283246 |
children | 968b78eb17fc |
files | src/lread.c |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lread.c Tue Oct 30 16:35:42 2001 +0000 +++ b/src/lread.c Tue Oct 30 16:38:10 2001 +0000 @@ -2239,9 +2239,6 @@ if (c < 0) end_of_file_error (); - if (p - read_buffer == 24183) - fprintf (stderr, "hello\n"); - /* If purifying, and string starts with \ newline, return zero instead. This is for doc strings that we are really going to find in etc/DOC.nn.nn */