Mercurial > emacs
changeset 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 | 3e309e3f0ad5 |
children | d6b56a8f415b |
files | src/xterm.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
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;