diff options
| author | Jim Blandy | 1991-12-19 17:24:45 +0000 |
|---|---|---|
| committer | Jim Blandy | 1991-12-19 17:24:45 +0000 |
| commit | 6367dc09a13bb1944db02f9f76ab25e4ccb159d6 (patch) | |
| tree | 6d73cb207d79108872bf16d2fb870b0e579c79f9 /src/lread.c | |
| parent | b960e009915dad0d22ac5dcbce6b940f5a8d65a4 (diff) | |
| download | emacs-6367dc09a13bb1944db02f9f76ab25e4ccb159d6.tar.gz emacs-6367dc09a13bb1944db02f9f76ab25e4ccb159d6.zip | |
*** empty log message ***
Diffstat (limited to 'src/lread.c')
| -rw-r--r-- | src/lread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c index d8912195f83..73d448dd716 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -858,7 +858,7 @@ read1 (readcharfun) | |||
| 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 | ||