aboutsummaryrefslogtreecommitdiffstats
path: root/src/xselect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xselect.c')
-rw-r--r--src/xselect.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/xselect.c b/src/xselect.c
index 4f1a452023a..2d656cfec9a 100644
--- a/src/xselect.c
+++ b/src/xselect.c
@@ -100,14 +100,14 @@ static Lisp_Object clean_local_selection_data (Lisp_Object);
100#endif 100#endif
101 101
102 102
103Lisp_Object QSECONDARY, QSTRING, QINTEGER, QCLIPBOARD, QTIMESTAMP, 103static Lisp_Object QSECONDARY, QSTRING, QINTEGER, QCLIPBOARD, QTIMESTAMP,
104 QTEXT, QDELETE, QMULTIPLE, QINCR, QEMACS_TMP, QTARGETS, QATOM, QNULL, 104 QTEXT, QDELETE, QMULTIPLE, QINCR, QEMACS_TMP, QTARGETS, QATOM, QNULL,
105 QATOM_PAIR; 105 QATOM_PAIR;
106 106
107Lisp_Object QCOMPOUND_TEXT; /* This is a type of selection. */ 107static Lisp_Object QCOMPOUND_TEXT; /* This is a type of selection. */
108Lisp_Object QUTF8_STRING; /* This is a type of selection. */ 108static Lisp_Object QUTF8_STRING; /* This is a type of selection. */
109 109
110Lisp_Object Qcompound_text_with_extensions; 110static Lisp_Object Qcompound_text_with_extensions;
111 111
112static Lisp_Object Qforeign_selection; 112static Lisp_Object Qforeign_selection;
113 113