diff options
| author | Richard M. Stallman | 1993-11-12 06:25:16 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-11-12 06:25:16 +0000 |
| commit | 85ada1b9865fd505b9972a37ec67933039287801 (patch) | |
| tree | 3768e7f79767290fba45fe5aea27f9fd89fe1772 /lib-src | |
| parent | 6820b5528d105e33e5e2e03a1798b3c5d2fee791 (diff) | |
| download | emacs-85ada1b9865fd505b9972a37ec67933039287801.tar.gz emacs-85ada1b9865fd505b9972a37ec67933039287801.zip | |
(main): Fix error message text.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/movemail.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 200 | /* Give up if cannot do that. */ | 200 | /* Give up if cannot do that. */ |
| 201 | desc = open (tempname, O_WRONLY | O_CREAT, 0666); | 201 | desc = open (tempname, O_WRONLY | O_CREAT, 0666); |
| 202 | if (desc < 0) | 202 | if (desc < 0) |
| 203 | pfatal_with_name ("lock file--see source file etc/movemail.c"); | 203 | pfatal_with_name ("lock file--see source file lib-src/movemail.c"); |
| 204 | close (desc); | 204 | close (desc); |
| 205 | 205 | ||
| 206 | tem = link (tempname, lockname); | 206 | tem = link (tempname, lockname); |