[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/xselect.c
From: |
Kim F . Storm |
Subject: |
[Emacs-diffs] Changes to emacs/src/xselect.c |
Date: |
Tue, 12 Jul 2005 09:16:44 -0400 |
Index: emacs/src/xselect.c
diff -c emacs/src/xselect.c:1.153 emacs/src/xselect.c:1.154
*** emacs/src/xselect.c:1.153 Mon Jul 4 16:06:42 2005
--- emacs/src/xselect.c Tue Jul 12 13:16:44 2005
***************
*** 2954,2960 ****
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);
--- 2954,2959 ----