aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2011-05-22 17:57:43 -0400
committerChong Yidong2011-05-22 17:57:43 -0400
commitabb71cf449e531096ef6be36f571f521c44cb80d (patch)
treece743862a2eb2bba388eb62f1fe94b13cfe691d8 /src/ChangeLog
parent3f7390b223e8f55faab66259515eed073ebf0f9b (diff)
downloademacs-abb71cf449e531096ef6be36f571f521c44cb80d.tar.gz
emacs-abb71cf449e531096ef6be36f571f521c44cb80d.zip
Remove var mistakenly introduced in 2011-05-22T19:46:47Z!cyd@stupidchicken.com.
* src/xselect.c (syms_of_xselect): Remove unused symbol SAVE_TARGETS. (Fx_get_selection_internal): Minor cleanup. (Fx_own_selection_internal): Rename arguments for consistency with select.el.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b6b0556bb23..e324b8ef071 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12011-05-22 Chong Yidong <cyd@stupidchicken.com>
2
3 * xselect.c (syms_of_xselect): Remove unused symbol SAVE_TARGETS.
4 (Fx_get_selection_internal): Minor cleanup.
5 (Fx_own_selection_internal): Rename arguments for consistency with
6 select.el.
7
12011-05-22 Paul Eggert <eggert@cs.ucla.edu> 82011-05-22 Paul Eggert <eggert@cs.ucla.edu>
2 9
3 * xselect.c (QSAVE_TARGETS): New static var, to fix build failure. 10 * xselect.c (QSAVE_TARGETS): New static var, to fix build failure.