]> git.eshelyaron.com Git - emacs.git/commitdiff
* frame.c (x_get_arg): Check if dpyinfo is non-NULL.
authorChong Yidong <cyd@stupidchicken.com>
Sat, 27 Jun 2009 19:52:02 +0000 (19:52 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 27 Jun 2009 19:52:02 +0000 (19:52 +0000)
src/ChangeLog
src/frame.c

index f661dbc213f575082e687ff759828da52c9ffbf7..f7bd242145f6229adbb0a84a77f779b66f3600be 100644 (file)
@@ -1,3 +1,7 @@
+2009-06-27  Chong Yidong  <cyd@stupidchicken.com>
+
+       * frame.c (x_get_arg): Check if dpyinfo is non-NULL.
+
 2009-06-27  Glenn Morris  <rgm@gnu.org>
 
        * m/pmax.h: Restore file.
index 10713826b507d60816cd87ef6a23716946bf7ab9..9e05b1b8456c5dbeb21e7199398ae976e0213369 100644 (file)
@@ -4009,7 +4009,7 @@ x_get_arg (dpyinfo, alist, param, attribute, class, type)
      look in the X resources.  */
   if (EQ (tem, Qnil))
     {
-      if (attribute)
+      if (attribute && dpyinfo)
        {
          tem = display_x_get_resource (dpyinfo,
                                        build_string (attribute),