From: Richard M. Stallman Date: Fri, 12 Nov 1993 06:25:16 +0000 (+0000) Subject: (main): Fix error message text. X-Git-Tag: emacs-19.34~10866 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=85ada1b9865fd505b9972a37ec67933039287801;p=emacs.git (main): Fix error message text. --- diff --git a/lib-src/movemail.c b/lib-src/movemail.c index 0063e1d7a11..a391a9dd783 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c @@ -200,7 +200,7 @@ main (argc, argv) /* Give up if cannot do that. */ desc = open (tempname, O_WRONLY | O_CREAT, 0666); if (desc < 0) - pfatal_with_name ("lock file--see source file etc/movemail.c"); + pfatal_with_name ("lock file--see source file lib-src/movemail.c"); close (desc); tem = link (tempname, lockname);