Mercurial > emacs
changeset 64252:d040da8972f5
(intern): Remove dup. intern and staticpro for QTIMESTAMP.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 12 Jul 2005 13:16:44 +0000 |
parents | 3de1b955c31a |
children | de05f8ebf59b |
files | src/xselect.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xselect.c Tue Jul 12 13:16:18 2005 +0000 +++ b/src/xselect.c Tue Jul 12 13:16:44 2005 +0000 @@ -2954,7 +2954,6 @@ 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);