diff options
| author | Karl Heuer | 1995-03-31 03:40:24 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-03-31 03:40:24 +0000 |
| commit | 547d9db87445c129adfd054f811b41fd00337fc6 (patch) | |
| tree | 4f411f9017e39e710073c483b9f1216678bf74e0 /src | |
| parent | 04649dbcaf356a489d09031867f32476f2f3cced (diff) | |
| download | emacs-547d9db87445c129adfd054f811b41fd00337fc6.tar.gz emacs-547d9db87445c129adfd054f811b41fd00337fc6.zip | |
(x_term_init): Initialize cut_buffers_initialized.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index 0dc35d500e6..5b8e9e363d1 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -5668,7 +5668,7 @@ x_term_init (display_name, xrm_option, resource_name) | |||
| 5668 | #else | 5668 | #else |
| 5669 | dpyinfo->display->db = xrdb; | 5669 | dpyinfo->display->db = xrdb; |
| 5670 | #endif | 5670 | #endif |
| 5671 | /* Put thr rdb where we can find it in a way that works on | 5671 | /* Put the rdb where we can find it in a way that works on |
| 5672 | all versions. */ | 5672 | all versions. */ |
| 5673 | dpyinfo->xrdb = xrdb; | 5673 | dpyinfo->xrdb = xrdb; |
| 5674 | 5674 | ||
| @@ -5734,6 +5734,8 @@ x_term_init (display_name, xrm_option, resource_name) | |||
| 5734 | dpyinfo->Xatom_ATOM_PAIR | 5734 | dpyinfo->Xatom_ATOM_PAIR |
| 5735 | = XInternAtom (dpyinfo->display, "ATOM_PAIR", False); | 5735 | = XInternAtom (dpyinfo->display, "ATOM_PAIR", False); |
| 5736 | 5736 | ||
| 5737 | dpyinfo->cut_buffers_initialized = 0; | ||
| 5738 | |||
| 5737 | connection = ConnectionNumber (dpyinfo->display); | 5739 | connection = ConnectionNumber (dpyinfo->display); |
| 5738 | dpyinfo->connection = connection; | 5740 | dpyinfo->connection = connection; |
| 5739 | 5741 | ||