diff options
Diffstat (limited to 'src/xselect.c')
| -rw-r--r-- | src/xselect.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/xselect.c b/src/xselect.c index e7c6d57f870..432365fdb63 100644 --- a/src/xselect.c +++ b/src/xselect.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* X Selection processing for Emacs. | 1 | /* X Selection processing for Emacs. |
| 2 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2003, 2004 | 2 | Copyright (C) 1993, 1994, 1995, 1996, 1997, 2000, 2001, 2002, 2003, |
| 3 | Free Software Foundation. | 3 | 2004, 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -2986,7 +2986,6 @@ A value of 0 means wait as long as necessary. This is initialized from the | |||
| 2986 | QTEXT = intern ("TEXT"); staticpro (&QTEXT); | 2986 | QTEXT = intern ("TEXT"); staticpro (&QTEXT); |
| 2987 | QCOMPOUND_TEXT = intern ("COMPOUND_TEXT"); staticpro (&QCOMPOUND_TEXT); | 2987 | QCOMPOUND_TEXT = intern ("COMPOUND_TEXT"); staticpro (&QCOMPOUND_TEXT); |
| 2988 | QUTF8_STRING = intern ("UTF8_STRING"); staticpro (&QUTF8_STRING); | 2988 | QUTF8_STRING = intern ("UTF8_STRING"); staticpro (&QUTF8_STRING); |
| 2989 | QTIMESTAMP = intern ("TIMESTAMP"); staticpro (&QTIMESTAMP); | ||
| 2990 | QDELETE = intern ("DELETE"); staticpro (&QDELETE); | 2989 | QDELETE = intern ("DELETE"); staticpro (&QDELETE); |
| 2991 | QMULTIPLE = intern ("MULTIPLE"); staticpro (&QMULTIPLE); | 2990 | QMULTIPLE = intern ("MULTIPLE"); staticpro (&QMULTIPLE); |
| 2992 | QINCR = intern ("INCR"); staticpro (&QINCR); | 2991 | QINCR = intern ("INCR"); staticpro (&QINCR); |