annotate src/s/irix5-2.h @ 67313:2ae99b10dd40

* mh-comp.el (mh-forward): Went over all uses of the word "RANGE" in the docstrings and made usage consistent. Generally speaking, "messages in range" and "range of messages" is redundant and just "range" can be used in most circumstances. Also ensured that mh-interactive-range was mentioned in all interactive functions that use a range which describes the range argument for both users and programmers. * mh-e.el (mh-delete-msg-no-motion, mh-refile-msg) (mh-refile-or-write-again, mh-rescan-folder, mh-undo) (mh-visit-folder, mh-scan-folder, mh-regenerate-headers) (mh-notate-user-sequences, mh-delete-msg-from-seq, mh-catchup): Ditto. * mh-funcs.el (mh-copy-msg, mh-pack-folder, mh-pack-folder-1): Ditto. * mh-junk.el (mh-junk-blacklist, mh-junk-whitelist): Ditto. * mh-print.el (mh-ps-print-range, mh-ps-print-msg) (mh-ps-print-msg-file, mh-print-msg): Ditto. * mh-seq.el (mh-put-msg-in-seq, mh-range-to-msg-list) (mh-narrow-to-range, mh-toggle-tick): Ditto.
author Bill Wohler <wohler@newt.com>
date Sun, 04 Dec 2005 22:34:49 +0000
parents 695cf19ef79e
children 375f2633d815
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9917
9fdeb377f198 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1 #include "irix5-0.h"
9fdeb377f198 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 24703
diff changeset
3 /* as of version 5.2, irix no longer uses flock,
9917
9fdeb377f198 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4 according to jackr@wpd.sgi.com. */
49600
23a1cea22d13 Trailing whitespace deleted.
Juanma Barranquero <lekktu@gmail.com>
parents: 24703
diff changeset
5 #undef MAIL_USE_FLOCK
12916
6381e2bfdc34 (SA_RESTART): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 9917
diff changeset
6
6381e2bfdc34 (SA_RESTART): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 9917
diff changeset
7 /* C-g in select is not handled properly with restartable
6381e2bfdc34 (SA_RESTART): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 9917
diff changeset
8 system calls. So don't use them. */
6381e2bfdc34 (SA_RESTART): Add #undef.
Richard M. Stallman <rms@gnu.org>
parents: 9917
diff changeset
9 #undef SA_RESTART
14823
2935ee86a8f8 (NEED_LIBW): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 12916
diff changeset
10
2935ee86a8f8 (NEED_LIBW): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 12916
diff changeset
11 /* schoepf@goofy.zdv.Uni-Mainz.de reports he needed -lw with X11R6
2935ee86a8f8 (NEED_LIBW): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 12916
diff changeset
12 on Irix 5.3. I don't know which Irix version that need starts with. */
2935ee86a8f8 (NEED_LIBW): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 12916
diff changeset
13 #define NEED_LIBW
24703
af2906590846 (NO_WTMP_FILE): Define it.
Karl Heuer <kwzh@gnu.org>
parents: 14823
diff changeset
14
af2906590846 (NO_WTMP_FILE): Define it.
Karl Heuer <kwzh@gnu.org>
parents: 14823
diff changeset
15 /* Looking at the wtmp file in filelock.c causes a crash
af2906590846 (NO_WTMP_FILE): Define it.
Karl Heuer <kwzh@gnu.org>
parents: 14823
diff changeset
16 for jpff@maths.bath.ac.uk.
af2906590846 (NO_WTMP_FILE): Define it.
Karl Heuer <kwzh@gnu.org>
parents: 14823
diff changeset
17 Note that irix6-0.h does not include this file, only irix5-0.h. */
af2906590846 (NO_WTMP_FILE): Define it.
Karl Heuer <kwzh@gnu.org>
parents: 14823
diff changeset
18 #define NO_WTMP_FILE
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 49600
diff changeset
19
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 49600
diff changeset
20 /* arch-tag: e2f820c1-2a3e-4cee-b5f1-6ce8ab21f439
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 49600
diff changeset
21 (do not change this comment) */