diff src/xterm.c @ 11162:95b70c82ec51

(x_term_init): Initialize cut_buffers_initialized.
author Karl Heuer <kwzh@gnu.org>
date Fri, 31 Mar 1995 03:40:24 +0000
parents ce63fb361ae9
children 0e9fad3ccf03
line wrap: on
line diff
--- a/src/xterm.c	Fri Mar 31 03:40:01 1995 +0000
+++ b/src/xterm.c	Fri Mar 31 03:40:24 1995 +0000
@@ -5668,7 +5668,7 @@
 #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 @@
   dpyinfo->Xatom_ATOM_PAIR
     = XInternAtom (dpyinfo->display, "ATOM_PAIR", False);
 
+  dpyinfo->cut_buffers_initialized = 0;
+
   connection = ConnectionNumber (dpyinfo->display);
   dpyinfo->connection = connection;