diff options
| author | Jan D | 2010-04-30 15:50:34 +0200 |
|---|---|---|
| committer | Jan D | 2010-04-30 15:50:34 +0200 |
| commit | 210af04332d390f44e51d8fb4c9f981415d987cd (patch) | |
| tree | 036e39507f96f31621f176080c85e77737057dbf /src | |
| parent | 4f27f7d26058c74a960819726e90ff8ec4c5e453 (diff) | |
| download | emacs-210af04332d390f44e51d8fb4c9f981415d987cd.tar.gz emacs-210af04332d390f44e51d8fb4c9f981415d987cd.zip | |
xsettings.c: include limits.h and update file comment.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/xsettings.c | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ad02b0118e5..544e71504d2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-04-30 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * xsettings.c: include limits.h and update file comment. | ||
| 4 | |||
| 1 | 2010-04-30 Glenn Morris <rgm@gnu.org> | 5 | 2010-04-30 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]: | 7 | * Makefile.in (OLDXMENU, LIBXMENU) [HAVE_MENUS]: |
diff --git a/src/xsettings.c b/src/xsettings.c index 4d128f19dd2..49d4d5cc743 100644 --- a/src/xsettings.c +++ b/src/xsettings.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Functions for handle font changes dynamically. | 1 | /* Functions for handle font and other changes dynamically. |
| 2 | Copyright (C) 2009, 2010 | 2 | Copyright (C) 2009, 2010 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | 4 | ||
| @@ -18,6 +18,7 @@ You should have received a copy of the GNU General Public License | |||
| 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | 18 | along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ |
| 19 | 19 | ||
| 20 | #include "config.h" | 20 | #include "config.h" |
| 21 | #include <limits.h> | ||
| 21 | #include <setjmp.h> | 22 | #include <setjmp.h> |
| 22 | #include <fcntl.h> | 23 | #include <fcntl.h> |
| 23 | #include "lisp.h" | 24 | #include "lisp.h" |