]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/xwidget.h (XXWIDGET): XXWIDGET expects a PSEUDOVECTOR not a display
authorGrégoire Jadi <gregoire.jadi@gmail.com>
Mon, 24 Jun 2013 08:14:54 +0000 (10:14 +0200)
committerGrégoire Jadi <gregoire.jadi@gmail.com>
Mon, 24 Jun 2013 08:14:54 +0000 (10:14 +0200)
spec.

src/xwidget.h

index 92c6e6e35130ab0b7677295921bdfce354c37218..3ca9dbe0e1af99ee9a542dc1c0d428820de25341 100644 (file)
@@ -74,7 +74,7 @@ struct xwidget_view{
 #define XWIDGETP(x) (CONSP (x) && EQ (XCAR (x), Qxwidget))
 /* Test for xwidget pseudovector*/
 #define XXWIDGETP(x) PSEUDOVECTORP (x, PVEC_XWIDGET)
-#define XXWIDGET(a) (eassert (XWIDGETP(a)),(struct xwidget *) XPNTR(a))
+#define XXWIDGET(a) (eassert (XXWIDGETP(a)),(struct xwidget *) XPNTR(a))
 
 
 struct xwidget_type