* xselect.c (QSAVE_TARGETS): New static var, to fix build failure.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 22 May 2011 21:12:04 +0000 (14:12 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 22 May 2011 21:12:04 +0000 (14:12 -0700)
src/ChangeLog
src/xselect.c

index 06e3641..b6b0556 100644 (file)
@@ -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.
index c0b1fd4..3fb7077 100644 (file)
@@ -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.  */