diff src/ChangeLog @ 112374:4d90cea362a3

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.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 19 Jan 2011 15:32:42 -0800
parents 1a3d4c7ba327
children aa1e27e3a554
line wrap: on
line diff
--- a/src/ChangeLog	Wed Jan 19 22:35:53 2011 +0000
+++ b/src/ChangeLog	Wed Jan 19 15:32:42 2011 -0800
@@ -1,3 +1,11 @@
+2011-01-19  Paul Eggert  <eggert@cs.ucla.edu>
+
+	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  <jan.h.d@swipnet.se>
 
 	* unexmacosx.c: Include config.h before unistd.h (Bug#7859).