xsettings.c: include limits.h and update file comment.

This commit is contained in:
Jan D 2010-04-30 15:50:34 +02:00
parent 4f27f7d260
commit 210af04332
2 changed files with 6 additions and 1 deletions

View 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]:

View 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"