]> git.eshelyaron.com Git - emacs.git/commitdiff
(expect_property_change): Fix Lisp_Object/integer confusion.
authorKarl Heuer <kwzh@gnu.org>
Thu, 10 Apr 1997 22:32:00 +0000 (22:32 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 10 Apr 1997 22:32:00 +0000 (22:32 +0000)
src/xselect.c

index 2ba3d8690199fa13195ad5d44461078024a0fa3d..09e1484159930b61e2f99abfccd0f93c6a07f639 100644 (file)
@@ -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