diff options
| author | Kim F. Storm | 2005-07-12 13:16:44 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-07-12 13:16:44 +0000 |
| commit | 76e9c4e8ff5696d6be1b0572bf77a6f37a77653b (patch) | |
| tree | 30f4f47d58ace44f3f8efa5179a4eecded637daa | |
| parent | 387f6ba5c2db1ae205f0cee945e9fbd7b9662aaa (diff) | |
| download | emacs-76e9c4e8ff5696d6be1b0572bf77a6f37a77653b.tar.gz emacs-76e9c4e8ff5696d6be1b0572bf77a6f37a77653b.zip | |
(intern): Remove dup. intern and staticpro for QTIMESTAMP.
| -rw-r--r-- | src/xselect.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xselect.c b/src/xselect.c index 13bc241053f..a424259416b 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -2954,7 +2954,6 @@ A value of 0 means wait as long as necessary. This is initialized from the | |||
| 2954 | QTEXT = intern ("TEXT"); staticpro (&QTEXT); | 2954 | QTEXT = intern ("TEXT"); staticpro (&QTEXT); |
| 2955 | QCOMPOUND_TEXT = intern ("COMPOUND_TEXT"); staticpro (&QCOMPOUND_TEXT); | 2955 | QCOMPOUND_TEXT = intern ("COMPOUND_TEXT"); staticpro (&QCOMPOUND_TEXT); |
| 2956 | QUTF8_STRING = intern ("UTF8_STRING"); staticpro (&QUTF8_STRING); | 2956 | QUTF8_STRING = intern ("UTF8_STRING"); staticpro (&QUTF8_STRING); |
| 2957 | QTIMESTAMP = intern ("TIMESTAMP"); staticpro (&QTIMESTAMP); | ||
| 2958 | QDELETE = intern ("DELETE"); staticpro (&QDELETE); | 2957 | QDELETE = intern ("DELETE"); staticpro (&QDELETE); |
| 2959 | QMULTIPLE = intern ("MULTIPLE"); staticpro (&QMULTIPLE); | 2958 | QMULTIPLE = intern ("MULTIPLE"); staticpro (&QMULTIPLE); |
| 2960 | QINCR = intern ("INCR"); staticpro (&QINCR); | 2959 | QINCR = intern ("INCR"); staticpro (&QINCR); |