Mercurial > emacs
annotate src/s/hpux9.h @ 4056:419e92a78e6f
(rmail-output): If file is an Rmail file,
use rmail-output-to-rmail-file.
(rmail-output-to-rmail-file): If file exists
and is not an Rmail file, use rmail-output.
If we find an element in rmail-output-file-alist, eval it.
(rmail-file-p): New function.
(rmail-output-file-alist): Now contains expressions to eval.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 09 Jul 1993 20:46:42 +0000 |
parents | 67c6f072c8f9 |
children | 2c439a03b90c |
rev | line source |
---|---|
3296 | 1 /* System description file for hpux version 9. */ |
2 | |
3 #include "hpux8.h" | |
4 | |
5 #define HPUX9 | |
6 | |
3543
67c6f072c8f9
(SYSTEM_MALLOC, GNU_MALLOC, REL_ALLOC): Definition and #undefs deleted.
Richard M. Stallman <rms@gnu.org>
parents:
3296
diff
changeset
|
7 #if 0 |
3296 | 8 /* Try some debugging and see if gnu malloc hurts us */ |
9 #define SYSTEM_MALLOC 1 | |
10 #undef GNU_MALLOC | |
11 #undef REL_ALLOC | |
3543
67c6f072c8f9
(SYSTEM_MALLOC, GNU_MALLOC, REL_ALLOC): Definition and #undefs deleted.
Richard M. Stallman <rms@gnu.org>
parents:
3296
diff
changeset
|
12 #endif |