Merge from mainline.
This commit is contained in:
commit
3f7390b223
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-05-22 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* xselect.c (QSAVE_TARGETS): New static var, to fix build failure.
|
||||
|
||||
2011-05-22 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* xselect.c (syms_of_xselect): Include character.h; use DEFSYM.
|
||||
|
|
|
@ -103,7 +103,7 @@ static Lisp_Object clean_local_selection_data (Lisp_Object);
|
|||
|
||||
static Lisp_Object QSECONDARY, QSTRING, QINTEGER, QCLIPBOARD, QTIMESTAMP,
|
||||
QTEXT, QDELETE, QMULTIPLE, QINCR, QEMACS_TMP, QTARGETS, QATOM, QNULL,
|
||||
QATOM_PAIR;
|
||||
QATOM_PAIR, QSAVE_TARGETS;
|
||||
|
||||
static Lisp_Object QCOMPOUND_TEXT; /* This is a type of selection. */
|
||||
static Lisp_Object QUTF8_STRING; /* This is a type of selection. */
|
||||
|
|
Loading…
Add table
Reference in a new issue