annotate src/s/riscos5.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
12896
d4f7dec4acb7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
1 #include "bsd4-3.h"
d4f7dec4acb7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
2
d4f7dec4acb7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
3 /* This file has changes that Jost Krieger <x920031@rubb.rz.ruhr-uni-bochum.de>
d4f7dec4acb7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
4 says are necessary. */
d4f7dec4acb7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
5
d4f7dec4acb7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
6 /* No declaration in system header files. */
d4f7dec4acb7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
7 extern double atof ();
d4f7dec4acb7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
8
d4f7dec4acb7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
9 #define LD_SWITCH_SYSTEM -non_shared
d4f7dec4acb7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
10
d4f7dec4acb7 Initial revision
Richard M. Stallman <rms@gnu.org>
parents:
diff changeset
11 #define GETPGRP_NO_ARG
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 12896
diff changeset
12
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 12896
diff changeset
13 /* arch-tag: e8ddf21d-72a0-476d-b33e-364f8b20e3b7
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 12896
diff changeset
14 (do not change this comment) */