aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-01-19 15:32:42 -0800
committerPaul Eggert2011-01-19 15:32:42 -0800
commite1ef0dac0866570df62f96fb004de896f6e82397 (patch)
treeab6dfedfb3c1ce0532dde71c45ddf370fb9f44b8 /src/ChangeLog
parenta2e3ac996870b1a5de299a47cb0ee08fbbac028b (diff)
downloademacs-e1ef0dac0866570df62f96fb004de896f6e82397.tar.gz
emacs-e1ef0dac0866570df62f96fb004de896f6e82397.zip
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 79cc893eaae..735b6e4789e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
12011-01-19 Paul Eggert <eggert@cs.ucla.edu>
2
3 Fix X11 compilation failure.
4 * globals.h (struct emacs_globals): Document f_Vselection_alist.
5 * xselect.c (Vselection_alist): Remove declaration, moving its
6 documentation to globals.h. This fixes a compilation failure
7 induced by the earlier change to globals.h today.
8
12011-01-19 Jan Djärv <jan.h.d@swipnet.se> 92011-01-19 Jan Djärv <jan.h.d@swipnet.se>
2 10
3 * unexmacosx.c: Include config.h before unistd.h (Bug#7859). 11 * unexmacosx.c: Include config.h before unistd.h (Bug#7859).