(XSETFRAME): Use pseudovector.
authorRichard M. Stallman <rms@gnu.org>
Fri, 30 Dec 1994 01:41:27 +0000 (01:41 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 30 Dec 1994 01:41:27 +0000 (01:41 +0000)
src/frame.h

index 0196b7a..d523046 100644 (file)
@@ -267,7 +267,7 @@ struct frame
 typedef struct frame *FRAME_PTR;
 
 #define XFRAME(p) ((struct frame *) XPNTR (p))
-#define XSETFRAME(p, v) XSET (p, Lisp_Frame, v)
+#define XSETFRAME(a, b) (XSETPSEUDOVECTOR (a, b, PVEC_FRAME))
 
 #define WINDOW_FRAME(w) (w)->frame