aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-05-28 22:23:24 -0700
committerPaul Eggert2011-05-28 22:23:24 -0700
commit0196f88a60a053e435a65e3c418e11866bf4ae22 (patch)
treedbf5436536b92b2f671b54b5aee066e8e4a9caf2 /src/ChangeLog
parent5fbc2025853d54edb763a6d4c24c90173f027ae0 (diff)
downloademacs-0196f88a60a053e435a65e3c418e11866bf4ae22.tar.gz
emacs-0196f88a60a053e435a65e3c418e11866bf4ae22.zip
Minor fixes prompted by GCC 4.6.0 warnings.
* xselect.c (converted_selections, conversion_fail_tag): Now static.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 29d4e75eefd..883f6505e20 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12011-05-29 Paul Eggert <eggert@cs.ucla.edu> 12011-05-29 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Minor fixes prompted by GCC 4.6.0 warnings.
4
5 * xselect.c (converted_selections, conversion_fail_tag): Now static.
6
3 * emacs.c [HAVE_X_WINDOWS]: Include "xterm.h". 7 * emacs.c [HAVE_X_WINDOWS]: Include "xterm.h".
4 (x_clipboard_manager_save_all): Move extern decl to ... 8 (x_clipboard_manager_save_all): Move extern decl to ...
5 * xterm.h: ... here, so that it can be checked for consistency. 9 * xterm.h: ... here, so that it can be checked for consistency.