aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2011-05-22 14:16:24 -0700
committerPaul Eggert2011-05-22 14:16:24 -0700
commit3f7390b223e8f55faab66259515eed073ebf0f9b (patch)
tree8f630c9300ca22cb3434151795994fef806afc70 /src
parentf518ae90a612e83f8b5148211f54e1f6de445b81 (diff)
parent6307db393033c905554048d4d965cfbdad6760ba (diff)
downloademacs-3f7390b223e8f55faab66259515eed073ebf0f9b.tar.gz
emacs-3f7390b223e8f55faab66259515eed073ebf0f9b.zip
Merge from mainline.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/xselect.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 06e3641b95f..b6b0556bb23 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12011-05-22 Paul Eggert <eggert@cs.ucla.edu>
2
3 * xselect.c (QSAVE_TARGETS): New static var, to fix build failure.
4
12011-05-22 Chong Yidong <cyd@stupidchicken.com> 52011-05-22 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * xselect.c (syms_of_xselect): Include character.h; use DEFSYM. 7 * xselect.c (syms_of_xselect): Include character.h; use DEFSYM.
diff --git a/src/xselect.c b/src/xselect.c
index c0b1fd4658f..3fb7077995a 100644
--- a/src/xselect.c
+++ b/src/xselect.c
@@ -103,7 +103,7 @@ static Lisp_Object clean_local_selection_data (Lisp_Object);
103 103
104static Lisp_Object QSECONDARY, QSTRING, QINTEGER, QCLIPBOARD, QTIMESTAMP, 104static Lisp_Object QSECONDARY, QSTRING, QINTEGER, QCLIPBOARD, QTIMESTAMP,
105 QTEXT, QDELETE, QMULTIPLE, QINCR, QEMACS_TMP, QTARGETS, QATOM, QNULL, 105 QTEXT, QDELETE, QMULTIPLE, QINCR, QEMACS_TMP, QTARGETS, QATOM, QNULL,
106 QATOM_PAIR; 106 QATOM_PAIR, QSAVE_TARGETS;
107 107
108static Lisp_Object QCOMPOUND_TEXT; /* This is a type of selection. */ 108static Lisp_Object QCOMPOUND_TEXT; /* This is a type of selection. */
109static Lisp_Object QUTF8_STRING; /* This is a type of selection. */ 109static Lisp_Object QUTF8_STRING; /* This is a type of selection. */