From: Karl Heuer Date: Thu, 10 Apr 1997 22:32:00 +0000 (+0000) Subject: (expect_property_change): Fix Lisp_Object/integer confusion. X-Git-Tag: emacs-20.1~2573 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6c070502b6b90092eeadaa961363e8bb05b8ea1f;p=emacs.git (expect_property_change): Fix Lisp_Object/integer confusion. --- diff --git a/src/xselect.c b/src/xselect.c index 2ba3d869019..09e14841599 100644 --- a/src/xselect.c +++ b/src/xselect.c @@ -901,7 +901,7 @@ static struct prop_location * expect_property_change (display, window, property, state) Display *display; Window window; - Lisp_Object property; + Atom property; int state; { struct prop_location *pl