diff options
Diffstat (limited to 'src/xselect.c')
| -rw-r--r-- | src/xselect.c | 8 |
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 | ||
| 103 | Lisp_Object QSECONDARY, QSTRING, QINTEGER, QCLIPBOARD, QTIMESTAMP, | 103 | static 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 | ||
| 107 | Lisp_Object QCOMPOUND_TEXT; /* This is a type of selection. */ | 107 | static Lisp_Object QCOMPOUND_TEXT; /* This is a type of selection. */ |
| 108 | Lisp_Object QUTF8_STRING; /* This is a type of selection. */ | 108 | static Lisp_Object QUTF8_STRING; /* This is a type of selection. */ |
| 109 | 109 | ||
| 110 | Lisp_Object Qcompound_text_with_extensions; | 110 | static Lisp_Object Qcompound_text_with_extensions; |
| 111 | 111 | ||
| 112 | static Lisp_Object Qforeign_selection; | 112 | static Lisp_Object Qforeign_selection; |
| 113 | 113 | ||