aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-02-11 11:50:27 +0200
committerEli Zaretskii2012-02-11 11:50:27 +0200
commit1c0ca0b7213b944d25fc55249b7ed0253d8961aa (patch)
treeebd40dae917e639903f67f28e4e00de1a2967551 /src/ChangeLog
parent90b671e27414c98e98258e127098922481c1c061 (diff)
downloademacs-1c0ca0b7213b944d25fc55249b7ed0253d8961aa.tar.gz
emacs-1c0ca0b7213b944d25fc55249b7ed0253d8961aa.zip
Fix bug #10783 with w32 doc string of x-selection-exists-p.
src/w32select.c (Fx_selection_exists_p): Sync doc string and argument list with xselect.c.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a3fc046ddb5..30e81707642 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,10 @@
12012-02-11 Eli Zaretskii <eliz@gnu.org> 12012-02-11 Eli Zaretskii <eliz@gnu.org>
2 2
3 * w16select.c (Fx_selection_exists_p): Sync doc string with 3 * w32select.c (Fx_selection_exists_p): Sync doc string and
4 xselect.c. (Bug#10783) 4 argument list with xselect.c. (Bug#10783)
5
6 * w16select.c (Fx_selection_exists_p): Sync doc string and
7 argument list with xselect.c. (Bug#10783)
5 8
62012-02-10 Glenn Morris <rgm@gnu.org> 92012-02-10 Glenn Morris <rgm@gnu.org>
7 10