changeset 108175:c9cc3dd13301

xsettings.c: include limits.h and update file comment.
author Jan D <jan.h.d@swipnet.se>
date Fri, 30 Apr 2010 15:50:34 +0200
parents 2c1e291a5e1c
children e6f59a2ba110
files src/ChangeLog src/xsettings.c
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Fri Apr 30 15:16:13 2010 +0300
+++ b/src/ChangeLog	Fri Apr 30 15:50:34 2010 +0200
@@ -1,3 +1,7 @@
+2010-04-30  Jan Djärv  <jan.h.d@swipnet.se>
+
+	* xsettings.c: include limits.h and update file comment.
+
 2010-04-30  Glenn Morris  <rgm@gnu.org>
 
 	* Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:
--- a/src/xsettings.c	Fri Apr 30 15:16:13 2010 +0300
+++ b/src/xsettings.c	Fri Apr 30 15:50:34 2010 +0200
@@ -1,4 +1,4 @@
-/* Functions for handle font changes dynamically.
+/* Functions for handle font and other changes dynamically.
    Copyright (C) 2009, 2010
                  Free Software Foundation, Inc.
 
@@ -18,6 +18,7 @@
 along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
 #include "config.h"
+#include <limits.h>
 #include <setjmp.h>
 #include <fcntl.h>
 #include "lisp.h"