diff options
| author | Glenn Morris | 2012-02-03 20:04:25 -0500 |
|---|---|---|
| committer | Glenn Morris | 2012-02-03 20:04:25 -0500 |
| commit | bd5cfef1b5a1af525b100d9b1a1a0a6b4c81ad41 (patch) | |
| tree | 0d629afb777c45062358d2a5b0461c4e376e74c6 | |
| parent | 05f77e380bacb45b829e0dbc62e40c51959adcbb (diff) | |
| download | emacs-bd5cfef1b5a1af525b100d9b1a1a0a6b4c81ad41.tar.gz emacs-bd5cfef1b5a1af525b100d9b1a1a0a6b4c81ad41.zip | |
PROBLEMS tiny fixes for references to src/{m,s} files.
| -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 | ||