Mercurial > emacs
annotate src/s/osf5-0.h @ 31190:85a616c90339
(set-face-attribute):
Update doc string.
(face-attribute-name-alist):
Add :inherit.
(face-valid-attribute-values):
Handle :inherit.
(face-read-string):
Rephrase prompt to be less confusing.
Assume that DEFAULT is a string, since we must return a string.
(face-read-integer):
Use `format' to turn DEFAULT into an acceptable default for face-read-string.
Match NEW-VALUE against the string "unspecified", not the symbol
`unspecified', since that's what face-read-string returns.
(read-face-attribute):
Lookup a name for old-value in valid, and use it as a default if we find one.
Treat all values from face-read-string as strings.
If the default is used, don't do any more processing on the value,
just use the old value directly.
(read-face-and-attribute, modify-face):
Tweak prompt.
(read-face-name):
Don't assume prompt ends with a space.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sat, 26 Aug 2000 10:58:32 +0000 |
parents | 9e78a25cbdbd |
children | 44a6d62deb2b |
rev | line source |
---|---|
29916 | 1 #define OSF5 |
2 #include "osf1.h" | |
29964
9e78a25cbdbd
(C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
Dave Love <fx@gnu.org>
parents:
29916
diff
changeset
|
3 |
9e78a25cbdbd
(C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
Dave Love <fx@gnu.org>
parents:
29916
diff
changeset
|
4 /* The -BSD loses when _XOPEN_SOURCE gets defined by configure in |
9e78a25cbdbd
(C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
Dave Love <fx@gnu.org>
parents:
29916
diff
changeset
|
5 OSF 5. It's possible this will need to be reverted for earlier |
9e78a25cbdbd
(C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
Dave Love <fx@gnu.org>
parents:
29916
diff
changeset
|
6 versions (for which OSF5 isn't defined). */ |
9e78a25cbdbd
(C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
Dave Love <fx@gnu.org>
parents:
29916
diff
changeset
|
7 #undef C_SWITCH_SYSTEM |
9e78a25cbdbd
(C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
Dave Love <fx@gnu.org>
parents:
29916
diff
changeset
|
8 #define C_SWITCH_SYSTEM -D_OSF_SOURCE |
9e78a25cbdbd
(C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
Dave Love <fx@gnu.org>
parents:
29916
diff
changeset
|
9 #define WAIT_USE_INT |
9e78a25cbdbd
(C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
Dave Love <fx@gnu.org>
parents:
29916
diff
changeset
|
10 #define SYS_SIGLIST_DECLARED |
9e78a25cbdbd
(C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
Dave Love <fx@gnu.org>
parents:
29916
diff
changeset
|
11 #define sys_siglist __sys_siglist |
9e78a25cbdbd
(C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
Dave Love <fx@gnu.org>
parents:
29916
diff
changeset
|
12 #define NSIG __sys_nsig |
9e78a25cbdbd
(C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
Dave Love <fx@gnu.org>
parents:
29916
diff
changeset
|
13 |
9e78a25cbdbd
(C_SWITCH_SYSTEM, WAIT_USE_INT, SYS_SIGLIST_DECLARED)
Dave Love <fx@gnu.org>
parents:
29916
diff
changeset
|
14 /* We have missing/inconsistent prototypes on 5.0, at least. */ |
29916 | 15 #define INHIBIT_X11R6_XIM |