Mercurial > emacs
annotate src/s/irix5-2.h @ 12987:bca5676d8cb9
[!MULTI_FRAME] (Factive_minibuffer_window): New function.
[!MULTI_FRAME] (syms_of_frame): defsubr it.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 02 Sep 1995 16:20:15 +0000 |
parents | 6381e2bfdc34 |
children | 2935ee86a8f8 |
rev | line source |
---|---|
9917 | 1 #include "irix5-0.h" |
2 | |
3 /* as of version 5.2, irix no longer uses flock, | |
4 according to jackr@wpd.sgi.com. */ | |
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 |