[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r104321: * xselect.c (QSAVE_TARGETS):
From: |
Paul Eggert |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r104321: * xselect.c (QSAVE_TARGETS): New static var, to fix build failure. |
Date: |
Sun, 22 May 2011 14:13:38 -0700 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 104321 [merge]
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sun 2011-05-22 14:13:38 -0700
message:
* xselect.c (QSAVE_TARGETS): New static var, to fix build failure.
modified:
src/ChangeLog
src/xselect.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog 2011-05-22 19:39:54 +0000
+++ b/src/ChangeLog 2011-05-22 21:12:04 +0000
@@ -1,3 +1,7 @@
+2011-05-22 Paul Eggert <address@hidden>
+
+ * xselect.c (QSAVE_TARGETS): New static var, to fix build failure.
+
2011-05-22 Chong Yidong <address@hidden>
* xselect.c (syms_of_xselect): Include character.h; use DEFSYM.
=== modified file 'src/xselect.c'
--- a/src/xselect.c 2011-05-22 19:39:54 +0000
+++ b/src/xselect.c 2011-05-22 21:12:04 +0000
@@ -103,7 +103,7 @@
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. */
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r104321: * xselect.c (QSAVE_TARGETS): New static var, to fix build failure.,
Paul Eggert <=