aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2011-01-19 15:32:42 -0800
committerPaul Eggert <[email protected]>2011-01-19 15:32:42 -0800
commite1ef0dac0866570df62f96fb004de896f6e82397 (patch)
treeab6dfedfb3c1ce0532dde71c45ddf370fb9f44b8 /src/ChangeLog
parenta2e3ac996870b1a5de299a47cb0ee08fbbac028b (diff)
Fix X11 compilation failure.
* globals.h (struct emacs_globals): Document f_Vselection_alist. * xselect.c (Vselection_alist): Remove declaration, moving its documentation to globals.h. This fixes a compilation failure induced by the earlier change to globals.h today.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 79cc893eaa..735b6e4789 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
+2011-01-19 Paul Eggert <[email protected]>
+
+ Fix X11 compilation failure.
+ * globals.h (struct emacs_globals): Document f_Vselection_alist.
+ * xselect.c (Vselection_alist): Remove declaration, moving its
+ documentation to globals.h. This fixes a compilation failure
+ induced by the earlier change to globals.h today.
+
2011-01-19 Jan Djärv <[email protected]>
* unexmacosx.c: Include config.h before unistd.h (Bug#7859).