From: Kim F. Storm Date: Tue, 12 Jul 2005 13:16:44 +0000 (+0000) Subject: (intern): Remove dup. intern and staticpro for QTIMESTAMP. X-Git-Tag: emacs-pretest-22.0.90~8213 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=76e9c4e8ff5696d6be1b0572bf77a6f37a77653b;p=emacs.git (intern): Remove dup. intern and staticpro for QTIMESTAMP. --- 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 QTEXT = intern ("TEXT"); staticpro (&QTEXT); QCOMPOUND_TEXT = intern ("COMPOUND_TEXT"); staticpro (&QCOMPOUND_TEXT); QUTF8_STRING = intern ("UTF8_STRING"); staticpro (&QUTF8_STRING); - QTIMESTAMP = intern ("TIMESTAMP"); staticpro (&QTIMESTAMP); QDELETE = intern ("DELETE"); staticpro (&QDELETE); QMULTIPLE = intern ("MULTIPLE"); staticpro (&QMULTIPLE); QINCR = intern ("INCR"); staticpro (&QINCR);