diff options
author | Karl Heuer <kwzh@gnu.org> | 1997-04-10 22:32:00 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1997-04-10 22:32:00 +0000 |
commit | 6c070502b6b90092eeadaa961363e8bb05b8ea1f (patch) | |
tree | c83644f60342d3b1792d8b41a6bf7f23672966f9 /src/xselect.c | |
parent | 26459b28a9dada0a2ee3f84d3a229638c9480d4d (diff) | |
download | emacs-6c070502b6b90092eeadaa961363e8bb05b8ea1f.tar.gz |
(expect_property_change): Fix Lisp_Object/integer confusion.
Diffstat (limited to 'src/xselect.c')
-rw-r--r-- | src/xselect.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |