aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRobin Templeton <[email protected]>2014-06-22 00:40:57 -0400
committerRobin Templeton <[email protected]>2015-04-20 00:29:01 -0400
commit92dca4df0956bc153431f79dbfdd0235c1f9fded (patch)
treee399361cce8e17263b137c3851dd0893b724cf1e /src
parent00b051c9bd0219a6bcfd1e41036d1493d0a3dc38 (diff)
remove documentation-string reading hack
Diffstat (limited to 'src')
-rw-r--r--src/lread.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/lread.c b/src/lread.c
index d3a1babbdf..f04b4fbaf8 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -3123,12 +3123,6 @@ read1 (Lisp_Object readcharfun, int *pch, bool first_in_list)
if (ch < 0)
end_of_file_error ();
- /* 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. */
- if (!NILP (Vpurify_flag) && NILP (Vdoc_file_name) && cancel)
- return make_number (0);
-
if (! force_multibyte && force_singlebyte)
{
/* READ_BUFFER contains raw 8-bit bytes and no multibyte