remove documentation-string reading hack
authorRobin Templeton <robin@terpri.org>
Sun, 22 Jun 2014 04:40:57 +0000 (00:40 -0400)
committerRobin Templeton <robin@terpri.org>
Mon, 20 Apr 2015 04:29:01 +0000 (00:29 -0400)
src/lread.c

index d3a1bab..f04b4fb 100644 (file)
@@ -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