(x_term_init): Initialize cut_buffers_initialized.
authorKarl Heuer <kwzh@gnu.org>
Fri, 31 Mar 1995 03:40:24 +0000 (03:40 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 31 Mar 1995 03:40:24 +0000 (03:40 +0000)
src/xterm.c

index 0dc35d5..5b8e9e3 100644 (file)
@@ -5668,7 +5668,7 @@ x_term_init (display_name, xrm_option, resource_name)
 #else
   dpyinfo->display->db = xrdb;
 #endif
-  /* Put thr rdb where we can find it in a way that works on
+  /* Put the rdb where we can find it in a way that works on
      all versions.  */
   dpyinfo->xrdb = xrdb;
 
@@ -5734,6 +5734,8 @@ x_term_init (display_name, xrm_option, resource_name)
   dpyinfo->Xatom_ATOM_PAIR
     = XInternAtom (dpyinfo->display, "ATOM_PAIR", False);
 
+  dpyinfo->cut_buffers_initialized = 0;
+
   connection = ConnectionNumber (dpyinfo->display);
   dpyinfo->connection = connection;