diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lread.c b/src/lread.c index 2ee7fbf12cc..d74febcf339 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -1879,8 +1879,8 @@ init_lread () | |||
| 1879 | { | 1879 | { |
| 1880 | dirfile = Fdirectory_file_name (dirfile); | 1880 | dirfile = Fdirectory_file_name (dirfile); |
| 1881 | if (access (XSTRING (dirfile)->data, 0) < 0) | 1881 | if (access (XSTRING (dirfile)->data, 0) < 0) |
| 1882 | printf ("Warning: lisp library (%s) does not exist.\n", | 1882 | fprintf (stderr, "Warning: lisp library (%s) does not exist.\n", |
| 1883 | XSTRING (Fcar (path_tail))->data); | 1883 | XSTRING (Fcar (path_tail))->data); |
| 1884 | } | 1884 | } |
| 1885 | } | 1885 | } |
| 1886 | } | 1886 | } |