]> git.eshelyaron.com Git - emacs.git/commitdiff
xsettings.c: include limits.h and update file comment.
authorJan D <jan.h.d@swipnet.se>
Fri, 30 Apr 2010 13:50:34 +0000 (15:50 +0200)
committerJan D <jan.h.d@swipnet.se>
Fri, 30 Apr 2010 13:50:34 +0000 (15:50 +0200)
src/ChangeLog
src/xsettings.c

index ad02b0118e5b51d9158ff2b1f85a20fe5d3d0837..544e71504d2bbf335622513d3d586546387b624a 100644 (file)
@@ -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]:
index 4d128f19dd206e5e59af5ef36bb5d65b4a811d11..49d4d5cc743c0c439371549cc1495320a7f73c1b 100644 (file)
@@ -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 @@ You should have received a copy of the GNU General Public License
 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"