diff options
| author | Paul Eggert | 2012-02-10 10:58:48 -0800 |
|---|---|---|
| committer | Paul Eggert | 2012-02-10 10:58:48 -0800 |
| commit | 6e6c82a4e687708d5a7a3887f92db45bd74da276 (patch) | |
| tree | 85dc3105240e84a8cddadb25d572e170fcdbd8bc /etc/PROBLEMS | |
| parent | 78df1fb1d46d556bfc2698ca1802972b13613ba8 (diff) | |
| parent | cc26d239af9a82cff079556a1daff4b4bf60eb5c (diff) | |
| download | emacs-6e6c82a4e687708d5a7a3887f92db45bd74da276.tar.gz emacs-6e6c82a4e687708d5a7a3887f92db45bd74da276.zip | |
Merge from trunk.
Diffstat (limited to 'etc/PROBLEMS')
| -rw-r--r-- | etc/PROBLEMS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 78cb24b427d..675644f5654 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS | |||
| @@ -352,7 +352,7 @@ There are two different protocols in general use. One of them uses | |||
| 352 | the `flock' system call. The other involves creating a lock file; | 352 | the `flock' system call. The other involves creating a lock file; |
| 353 | `movemail' must be able to write in /usr/spool/mail in order to do | 353 | `movemail' must be able to write in /usr/spool/mail in order to do |
| 354 | this. You control which one is used by defining, or not defining, | 354 | this. You control which one is used by defining, or not defining, |
| 355 | the macro MAIL_USE_FLOCK in config.h or the m- or s- file it includes. | 355 | the macro MAIL_USE_FLOCK in config.h or the m/ or s/ file it includes. |
| 356 | IF YOU DON'T USE THE FORM OF INTERLOCKING THAT IS NORMAL ON YOUR | 356 | IF YOU DON'T USE THE FORM OF INTERLOCKING THAT IS NORMAL ON YOUR |
| 357 | SYSTEM, YOU CAN LOSE MAIL! | 357 | SYSTEM, YOU CAN LOSE MAIL! |
| 358 | 358 | ||
| @@ -2744,7 +2744,7 @@ value in the man page for a.out (5). | |||
| 2744 | initialized variables. Emacs makes all initialized variables in most | 2744 | initialized variables. Emacs makes all initialized variables in most |
| 2745 | of its files pure after dumping, but the variables declared static and | 2745 | of its files pure after dumping, but the variables declared static and |
| 2746 | not initialized are not supposed to be pure. On these systems you | 2746 | not initialized are not supposed to be pure. On these systems you |
| 2747 | may need to add "#define static" to the m- or the s- file. | 2747 | may need to add "#define static" to config.h. |
| 2748 | 2748 | ||
| 2749 | * Runtime problems on legacy systems | 2749 | * Runtime problems on legacy systems |
| 2750 | 2750 | ||