]> git.eshelyaron.com Git - emacs.git/commitdiff
(init_lread): Put non-ex-dir warnings on stderr.
authorRichard M. Stallman <rms@gnu.org>
Sat, 29 Jan 1994 01:15:53 +0000 (01:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 29 Jan 1994 01:15:53 +0000 (01:15 +0000)
src/lread.c

index 2ee7fbf12cca5a017b8b9e428afd1ff440a58c1a..d74febcf3396e43c60d504784153ce1d3e0efa01 100644 (file)
@@ -1879,8 +1879,8 @@ init_lread ()
          {
            dirfile = Fdirectory_file_name (dirfile);
            if (access (XSTRING (dirfile)->data, 0) < 0)
-             printf ("Warning: lisp library (%s) does not exist.\n",
-                     XSTRING (Fcar (path_tail))->data);
+             fprintf (stderr, "Warning: lisp library (%s) does not exist.\n",
+                      XSTRING (Fcar (path_tail))->data);
          }
       }
   }