emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107080: PROBLEMS tiny fixes for refe


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107080: PROBLEMS tiny fixes for references to src/{m, s} files.
Date: Fri, 03 Feb 2012 20:04:25 -0500
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107080
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2012-02-03 20:04:25 -0500
message:
  PROBLEMS tiny fixes for references to src/{m,s} files.
modified:
  etc/PROBLEMS
=== modified file 'etc/PROBLEMS'
--- a/etc/PROBLEMS      2012-01-19 07:21:25 +0000
+++ b/etc/PROBLEMS      2012-02-04 01:04:25 +0000
@@ -352,7 +352,7 @@
 the `flock' system call.  The other involves creating a lock file;
 `movemail' must be able to write in /usr/spool/mail in order to do
 this.  You control which one is used by defining, or not defining,
-the macro MAIL_USE_FLOCK in config.h or the m- or s- file it includes.
+the macro MAIL_USE_FLOCK in config.h or the m/ or s/ file it includes.
 IF YOU DON'T USE THE FORM OF INTERLOCKING THAT IS NORMAL ON YOUR
 SYSTEM, YOU CAN LOSE MAIL!
 
@@ -2744,7 +2744,7 @@
 initialized variables.  Emacs makes all initialized variables in most
 of its files pure after dumping, but the variables declared static and
 not initialized are not supposed to be pure.  On these systems you
-may need to add "#define static" to the m- or the s- file.
+may need to add "#define static" to config.h.
 
 * Runtime problems on legacy systems
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]