emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100092: xsettings.c: include limits.


From: Jan D
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100092: xsettings.c: include limits.h and update file comment.
Date: Fri, 30 Apr 2010 15:50:34 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100092
committer: Jan D <address@hidden>
branch nick: trunk
timestamp: Fri 2010-04-30 15:50:34 +0200
message:
  xsettings.c: include limits.h and update file comment.
modified:
  src/ChangeLog
  src/xsettings.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-04-30 01:50:17 +0000
+++ b/src/ChangeLog     2010-04-30 13:50:34 +0000
@@ -1,3 +1,7 @@
+2010-04-30  Jan Djärv  <address@hidden>
+
+       * xsettings.c: include limits.h and update file comment.
+
 2010-04-30  Glenn Morris  <address@hidden>
 
        * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]:

=== modified file 'src/xsettings.c'
--- a/src/xsettings.c   2010-04-22 17:23:18 +0000
+++ b/src/xsettings.c   2010-04-30 13:50:34 +0000
@@ -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"


reply via email to

[Prev in Thread] Current Thread [Next in Thread]