annotate src/s/386-ix.h @ 2202:081afcef5e85
Make frame configurations start with a distinctive symbol.
* frame.el (current-frame-configuration): Return a list as before,
but starting with `frame-configuration'.
(set-frame-configuration): Check that CONFIGURATION is a list
starting with `frame-configuration', strip it off, and do as before.
(frame-configuration-p): New function.
* register.el (jump-to-register): Use frame-configuration-p,
instead of catching an error in set-frame-configuration. Really now.
author |
Jim Blandy <jimb@redhat.com> |
date |
Mon, 15 Mar 1993 08:51:02 +0000 |
parents |
e442bb589751 |
children |
191acacfa1ec |
rev |
line source |
457
|
1 /* Interactive 386/ix. */
|
|
2
|
|
3 #include "usg5-3.h"
|
|
4
|
|
5 #define HAVE_SELECT
|
|
6
|
|
7 #define BROKEN_TIOCGETC
|
|
8
|
|
9 /* There are some reports that the following is needed
|
|
10 with some version of this system.
|
|
11 #undef LIBX11_SYSTEM
|
|
12 #define LIBX11_SYSTEM -linet
|
|
13
|
|
14 #define HAVE_TIMEVAL
|
|
15 #define USE_UTIME
|
|
16 */
|
|
17
|
|
18 /* This is said to be needed as a result of having _insque rather
|
|
19 than insque in -loldX. This may not always be the right thing. */
|
|
20 #define WRONG_NAME_INSQUE
|