diff options
| author | Glenn Morris <rgm@gnu.org> | 2012-08-08 09:01:28 -0700 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2012-08-08 09:01:28 -0700 |
| commit | b33dcadbc2bf13079309b2afbeaad6732796bd0a (patch) | |
| tree | 8028e94a8e6cddf5332c70def2eccefee36102f5 /lib-src/movemail.c | |
| parent | 08bb53058a69d78e0127bff5ca51db7ed8cb3f61 (diff) | |
| download | emacs-b33dcadbc2bf13079309b2afbeaad6732796bd0a.tar.gz | |
Comments
Diffstat (limited to 'lib-src/movemail.c')
| -rw-r--r-- | lib-src/movemail.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib-src/movemail.c b/lib-src/movemail.c index c87d97778d1..c950d06f5d2 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c @@ -300,10 +300,10 @@ main (int argc, char **argv) which uses lock files for this purpose. Some systems use other methods. If your system uses the `flock' system call for mail locking, - define MAIL_USE_SYSTEM_LOCK in config.h or the s-*.h file - and recompile movemail. If the s- file for your system - should define MAIL_USE_SYSTEM_LOCK but does not, send a bug report - to bug-gnu-emacs@prep.ai.mit.edu so we can fix it. */ + define MAIL_USE_SYSTEM_LOCK in config.h and recompile movemail. + If your system type should always define MAIL_USE_SYSTEM_LOCK + but does not, send a bug report to bug-gnu-emacs@gnu.org so we + can change the default in configure. */ inname_len = strlen (inname); lockname = xmalloc (inname_len + sizeof ".lock"); |
