comparison src/lread.c @ 463:ffdbf3445088

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Thu, 19 Dec 1991 17:24:45 +0000
parents 7c6f74ef31a3
children 8c615e453683
comparison
equal deleted inserted replaced
462:0ebc34e1b6ff 463:ffdbf3445088
856 } 856 }
857 if (c < 0) return Fsignal (Qend_of_file, Qnil); 857 if (c < 0) return Fsignal (Qend_of_file, Qnil);
858 858
859 /* If purifying, and string starts with \ newline, 859 /* If purifying, and string starts with \ newline,
860 return zero instead. This is for doc strings 860 return zero instead. This is for doc strings
861 that we are really going to find in etc/DOC.nn.nn */ 861 that we are really going to find in share-lib/DOC.nn.nn */
862 if (!NULL (Vpurify_flag) && NULL (Vdoc_file_name) && cancel) 862 if (!NULL (Vpurify_flag) && NULL (Vdoc_file_name) && cancel)
863 return make_number (0); 863 return make_number (0);
864 864
865 if (read_pure) 865 if (read_pure)
866 return make_pure_string (read_buffer, p - read_buffer); 866 return make_pure_string (read_buffer, p - read_buffer);